diff --git a/cmd/streamnative-mcp-server/main.go b/cmd/streamnative-mcp-server/main.go index 4cc668b..f42e420 100644 --- a/cmd/streamnative-mcp-server/main.go +++ b/cmd/streamnative-mcp-server/main.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/auth.go b/pkg/auth/auth.go index 1e2190e..53f75c6 100644 --- a/pkg/auth/auth.go +++ b/pkg/auth/auth.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/authorization_tokenretriever.go b/pkg/auth/authorization_tokenretriever.go index eff49b7..bef3cd0 100644 --- a/pkg/auth/authorization_tokenretriever.go +++ b/pkg/auth/authorization_tokenretriever.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/cache/cache.go b/pkg/auth/cache/cache.go index 9d5a4a6..758a291 100644 --- a/pkg/auth/cache/cache.go +++ b/pkg/auth/cache/cache.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/client_credentials_flow.go b/pkg/auth/client_credentials_flow.go index 8a2b031..a93adea 100644 --- a/pkg/auth/client_credentials_flow.go +++ b/pkg/auth/client_credentials_flow.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/client_credentials_provider.go b/pkg/auth/client_credentials_provider.go index 59eee8a..24c6a30 100644 --- a/pkg/auth/client_credentials_provider.go +++ b/pkg/auth/client_credentials_provider.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/config_tokenprovider.go b/pkg/auth/config_tokenprovider.go index 6b3963f..d231105 100644 --- a/pkg/auth/config_tokenprovider.go +++ b/pkg/auth/config_tokenprovider.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/data_url.go b/pkg/auth/data_url.go index 6533d64..0216c9d 100644 --- a/pkg/auth/data_url.go +++ b/pkg/auth/data_url.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/oidc_endpoint_provider.go b/pkg/auth/oidc_endpoint_provider.go index e675060..472c055 100644 --- a/pkg/auth/oidc_endpoint_provider.go +++ b/pkg/auth/oidc_endpoint_provider.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/store/keyring.go b/pkg/auth/store/keyring.go index 805c819..40cfb0c 100644 --- a/pkg/auth/store/keyring.go +++ b/pkg/auth/store/keyring.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/auth/store/store.go b/pkg/auth/store/store.go index 3508ed9..517e551 100644 --- a/pkg/auth/store/store.go +++ b/pkg/auth/store/store.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/cmd/mcp/mcp.go b/pkg/cmd/mcp/mcp.go index ef80ce4..5db31f7 100644 --- a/pkg/cmd/mcp/mcp.go +++ b/pkg/cmd/mcp/mcp.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/cmd/mcp/stdio.go b/pkg/cmd/mcp/stdio.go index cd56371..b412b2c 100644 --- a/pkg/cmd/mcp/stdio.go +++ b/pkg/cmd/mcp/stdio.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/config/apiclient.go b/pkg/config/apiclient.go index eb83835..6d48365 100644 --- a/pkg/config/apiclient.go +++ b/pkg/config/apiclient.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/config/auth.go b/pkg/config/auth.go index 11a3619..5704720 100644 --- a/pkg/config/auth.go +++ b/pkg/config/auth.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/config/config.go b/pkg/config/config.go index 789b115..9a3c720 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/config/external_kafka.go b/pkg/config/external_kafka.go index b0b9295..b01b994 100644 --- a/pkg/config/external_kafka.go +++ b/pkg/config/external_kafka.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/config/external_pulsar.go b/pkg/config/external_pulsar.go index b003c5c..46c5eb5 100644 --- a/pkg/config/external_pulsar.go +++ b/pkg/config/external_pulsar.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/config/options.go b/pkg/config/options.go index 3a635cb..c54728c 100644 --- a/pkg/config/options.go +++ b/pkg/config/options.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/kafka/connection.go b/pkg/kafka/connection.go index 60d01cb..e683248 100644 --- a/pkg/kafka/connection.go +++ b/pkg/kafka/connection.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/kafka/kafkaconnect.go b/pkg/kafka/kafkaconnect.go index 72966ed..21455d3 100644 --- a/pkg/kafka/kafkaconnect.go +++ b/pkg/kafka/kafkaconnect.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/log/io.go b/pkg/log/io.go index 7ed5eea..e0a10c5 100644 --- a/pkg/log/io.go +++ b/pkg/log/io.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/auth_utils.go b/pkg/mcp/auth_utils.go index b3dbbdf..56c6912 100644 --- a/pkg/mcp/auth_utils.go +++ b/pkg/mcp/auth_utils.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/context.go b/pkg/mcp/context.go index 0b8ec50..69d4678 100644 --- a/pkg/mcp/context.go +++ b/pkg/mcp/context.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/context_tools.go b/pkg/mcp/context_tools.go index e5573ba..d772647 100644 --- a/pkg/mcp/context_tools.go +++ b/pkg/mcp/context_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/context_utils.go b/pkg/mcp/context_utils.go index 68e5ea8..6fcbb2a 100644 --- a/pkg/mcp/context_utils.go +++ b/pkg/mcp/context_utils.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an @@ -61,7 +61,7 @@ func SetContext(options *config.Options, instanceName, clusterName string) error } } if !foundInstance { - return fmt.Errorf("Pulsar instance %s not found", instanceName) + return fmt.Errorf("Pulsar instance %s not found in organization %s", instanceName, options.Organization) } clusters, clustersBody, err := apiClient.CloudStreamnativeIoV1alpha1Api.ListCloudStreamnativeIoV1alpha1NamespacedPulsarCluster(ctx, options.Organization).Execute() diff --git a/pkg/mcp/features.go b/pkg/mcp/features.go index 034c9ce..f7c81ef 100644 --- a/pkg/mcp/features.go +++ b/pkg/mcp/features.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/instructions.go b/pkg/mcp/instructions.go index 31c9891..b572d93 100644 --- a/pkg/mcp/instructions.go +++ b/pkg/mcp/instructions.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/kafka_admin_connect_tools.go b/pkg/mcp/kafka_admin_connect_tools.go index 3076bd3..ff76dac 100644 --- a/pkg/mcp/kafka_admin_connect_tools.go +++ b/pkg/mcp/kafka_admin_connect_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/kafka_admin_groups_tools.go b/pkg/mcp/kafka_admin_groups_tools.go index a4ddb67..31f3bd6 100644 --- a/pkg/mcp/kafka_admin_groups_tools.go +++ b/pkg/mcp/kafka_admin_groups_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/kafka_admin_partitions_tools.go b/pkg/mcp/kafka_admin_partitions_tools.go index 6615dd1..a1a3780 100644 --- a/pkg/mcp/kafka_admin_partitions_tools.go +++ b/pkg/mcp/kafka_admin_partitions_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/kafka_admin_sr_tools.go b/pkg/mcp/kafka_admin_sr_tools.go index 69c9193..06eac90 100644 --- a/pkg/mcp/kafka_admin_sr_tools.go +++ b/pkg/mcp/kafka_admin_sr_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/kafka_admin_topics_tools.go b/pkg/mcp/kafka_admin_topics_tools.go index 844a5a7..022f6f4 100644 --- a/pkg/mcp/kafka_admin_topics_tools.go +++ b/pkg/mcp/kafka_admin_topics_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/kafka_client_consume_tools.go b/pkg/mcp/kafka_client_consume_tools.go index 6e6ef68..35bcb88 100644 --- a/pkg/mcp/kafka_client_consume_tools.go +++ b/pkg/mcp/kafka_client_consume_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/kafka_client_produce_tools.go b/pkg/mcp/kafka_client_produce_tools.go index aa83238..b133ee2 100644 --- a/pkg/mcp/kafka_client_produce_tools.go +++ b/pkg/mcp/kafka_client_produce_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/prompts.go b/pkg/mcp/prompts.go index ecb60f5..e7b4438 100644 --- a/pkg/mcp/prompts.go +++ b/pkg/mcp/prompts.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_brokers_stats_tools.go b/pkg/mcp/pulsar_admin_brokers_stats_tools.go index d22a101..8b692aa 100644 --- a/pkg/mcp/pulsar_admin_brokers_stats_tools.go +++ b/pkg/mcp/pulsar_admin_brokers_stats_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_brokers_tools.go b/pkg/mcp/pulsar_admin_brokers_tools.go index 7b177fe..bebeecc 100644 --- a/pkg/mcp/pulsar_admin_brokers_tools.go +++ b/pkg/mcp/pulsar_admin_brokers_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_cluster_tools.go b/pkg/mcp/pulsar_admin_cluster_tools.go index 9ab06a6..f670b05 100644 --- a/pkg/mcp/pulsar_admin_cluster_tools.go +++ b/pkg/mcp/pulsar_admin_cluster_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_functions_tools.go b/pkg/mcp/pulsar_admin_functions_tools.go index e886d7a..fc97bdf 100644 --- a/pkg/mcp/pulsar_admin_functions_tools.go +++ b/pkg/mcp/pulsar_admin_functions_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_functions_worker_tools.go b/pkg/mcp/pulsar_admin_functions_worker_tools.go index ea4c8d2..3ba319f 100644 --- a/pkg/mcp/pulsar_admin_functions_worker_tools.go +++ b/pkg/mcp/pulsar_admin_functions_worker_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_namespace_policy_tools.go b/pkg/mcp/pulsar_admin_namespace_policy_tools.go index 16e194f..5b3beac 100644 --- a/pkg/mcp/pulsar_admin_namespace_policy_tools.go +++ b/pkg/mcp/pulsar_admin_namespace_policy_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_namespace_tools.go b/pkg/mcp/pulsar_admin_namespace_tools.go index 323709c..f4b6279 100644 --- a/pkg/mcp/pulsar_admin_namespace_tools.go +++ b/pkg/mcp/pulsar_admin_namespace_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_nsisolationpolicy_tools.go b/pkg/mcp/pulsar_admin_nsisolationpolicy_tools.go index 072b08e..9a1bdf6 100644 --- a/pkg/mcp/pulsar_admin_nsisolationpolicy_tools.go +++ b/pkg/mcp/pulsar_admin_nsisolationpolicy_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_packages_tools.go b/pkg/mcp/pulsar_admin_packages_tools.go index b45de28..cacd7bd 100644 --- a/pkg/mcp/pulsar_admin_packages_tools.go +++ b/pkg/mcp/pulsar_admin_packages_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_resourcequotas_tools.go b/pkg/mcp/pulsar_admin_resourcequotas_tools.go index 5ac52eb..e330f16 100644 --- a/pkg/mcp/pulsar_admin_resourcequotas_tools.go +++ b/pkg/mcp/pulsar_admin_resourcequotas_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_schemas_tools.go b/pkg/mcp/pulsar_admin_schemas_tools.go index 01df186..fca817e 100644 --- a/pkg/mcp/pulsar_admin_schemas_tools.go +++ b/pkg/mcp/pulsar_admin_schemas_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_sinks_tools.go b/pkg/mcp/pulsar_admin_sinks_tools.go index 7fb16c8..f2729b2 100644 --- a/pkg/mcp/pulsar_admin_sinks_tools.go +++ b/pkg/mcp/pulsar_admin_sinks_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_sources_tools.go b/pkg/mcp/pulsar_admin_sources_tools.go index a7d3845..745e25c 100644 --- a/pkg/mcp/pulsar_admin_sources_tools.go +++ b/pkg/mcp/pulsar_admin_sources_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_subscription_tools.go b/pkg/mcp/pulsar_admin_subscription_tools.go index 6f6ade4..dfcd5ed 100644 --- a/pkg/mcp/pulsar_admin_subscription_tools.go +++ b/pkg/mcp/pulsar_admin_subscription_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_tenant_tools.go b/pkg/mcp/pulsar_admin_tenant_tools.go index 076402e..de365da 100644 --- a/pkg/mcp/pulsar_admin_tenant_tools.go +++ b/pkg/mcp/pulsar_admin_tenant_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_topic_policy_tools.go b/pkg/mcp/pulsar_admin_topic_policy_tools.go index 3f3efb6..1325793 100644 --- a/pkg/mcp/pulsar_admin_topic_policy_tools.go +++ b/pkg/mcp/pulsar_admin_topic_policy_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_admin_topic_tools.go b/pkg/mcp/pulsar_admin_topic_tools.go index beafdd6..bf2258e 100644 --- a/pkg/mcp/pulsar_admin_topic_tools.go +++ b/pkg/mcp/pulsar_admin_topic_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_client_consume_tools.go b/pkg/mcp/pulsar_client_consume_tools.go index 918bb20..361911f 100644 --- a/pkg/mcp/pulsar_client_consume_tools.go +++ b/pkg/mcp/pulsar_client_consume_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/pulsar_client_produce_tools.go b/pkg/mcp/pulsar_client_produce_tools.go index 04a37e8..a1d7a0d 100644 --- a/pkg/mcp/pulsar_client_produce_tools.go +++ b/pkg/mcp/pulsar_client_produce_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/streamnative_resources_log_tools.go b/pkg/mcp/streamnative_resources_log_tools.go index 7793c8e..dc70311 100644 --- a/pkg/mcp/streamnative_resources_log_tools.go +++ b/pkg/mcp/streamnative_resources_log_tools.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/mcp/utils.go b/pkg/mcp/utils.go index a0d0977..a6799a0 100644 --- a/pkg/mcp/utils.go +++ b/pkg/mcp/utils.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/pkg/pulsar/connection.go b/pkg/pulsar/connection.go index 536fb6f..5ef3bad 100644 --- a/pkg/pulsar/connection.go +++ b/pkg/pulsar/connection.go @@ -1,12 +1,12 @@ -// Licensed to Elasticsearch B.V. under one or more contributor -// license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright -// ownership. Elasticsearch B.V. licenses this file to you under -// the Apache License, Version 2.0 (the "License"); you may -// not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/sdk/sdk-apiserver/api_apis.go b/sdk/sdk-apiserver/api_apis.go index 99a0d1f..58dfe90 100644 --- a/sdk/sdk-apiserver/api_apis.go +++ b/sdk/sdk-apiserver/api_apis.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_authorization_streamnative_io.go b/sdk/sdk-apiserver/api_authorization_streamnative_io.go index 6d95535..8cf0788 100644 --- a/sdk/sdk-apiserver/api_authorization_streamnative_io.go +++ b/sdk/sdk-apiserver/api_authorization_streamnative_io.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_authorization_streamnative_io_v1alpha1.go b/sdk/sdk-apiserver/api_authorization_streamnative_io_v1alpha1.go index 0bab820..d2c271e 100644 --- a/sdk/sdk-apiserver/api_authorization_streamnative_io_v1alpha1.go +++ b/sdk/sdk-apiserver/api_authorization_streamnative_io_v1alpha1.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_billing_streamnative_io.go b/sdk/sdk-apiserver/api_billing_streamnative_io.go index 24f288c..c38046e 100644 --- a/sdk/sdk-apiserver/api_billing_streamnative_io.go +++ b/sdk/sdk-apiserver/api_billing_streamnative_io.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_billing_streamnative_io_v1alpha1.go b/sdk/sdk-apiserver/api_billing_streamnative_io_v1alpha1.go index 165b555..d7c75de 100644 --- a/sdk/sdk-apiserver/api_billing_streamnative_io_v1alpha1.go +++ b/sdk/sdk-apiserver/api_billing_streamnative_io_v1alpha1.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_cloud_streamnative_io.go b/sdk/sdk-apiserver/api_cloud_streamnative_io.go index aedc2da..7e2aec3 100644 --- a/sdk/sdk-apiserver/api_cloud_streamnative_io.go +++ b/sdk/sdk-apiserver/api_cloud_streamnative_io.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha1.go b/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha1.go index 076043e..892af16 100644 --- a/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha1.go +++ b/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha1.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha2.go b/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha2.go index a10fa14..d81e27e 100644 --- a/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha2.go +++ b/sdk/sdk-apiserver/api_cloud_streamnative_io_v1alpha2.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_compute_streamnative_io.go b/sdk/sdk-apiserver/api_compute_streamnative_io.go index 637667c..15bd6ac 100644 --- a/sdk/sdk-apiserver/api_compute_streamnative_io.go +++ b/sdk/sdk-apiserver/api_compute_streamnative_io.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_compute_streamnative_io_v1alpha1.go b/sdk/sdk-apiserver/api_compute_streamnative_io_v1alpha1.go index a4fdb0a..d5aa471 100644 --- a/sdk/sdk-apiserver/api_compute_streamnative_io_v1alpha1.go +++ b/sdk/sdk-apiserver/api_compute_streamnative_io_v1alpha1.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_custom_objects.go b/sdk/sdk-apiserver/api_custom_objects.go index 422820c..75e392e 100644 --- a/sdk/sdk-apiserver/api_custom_objects.go +++ b/sdk/sdk-apiserver/api_custom_objects.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/api_version.go b/sdk/sdk-apiserver/api_version.go index 4cb386d..92eea19 100644 --- a/sdk/sdk-apiserver/api_version.go +++ b/sdk/sdk-apiserver/api_version.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/client.go b/sdk/sdk-apiserver/client.go index fa563bb..1024ac6 100644 --- a/sdk/sdk-apiserver/client.go +++ b/sdk/sdk-apiserver/client.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/configuration.go b/sdk/sdk-apiserver/configuration.go index 081106c..a5daffa 100644 --- a/sdk/sdk-apiserver/configuration.go +++ b/sdk/sdk-apiserver/configuration.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_cloud_storage.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_cloud_storage.go index 88619ef..57d497c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_cloud_storage.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_cloud_storage.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_condition.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_condition.go index 30c4fbf..e86aa98 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_condition.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_condition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account.go index 68463cc..db5973b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_list.go index 5a5e3d2..af9ae4a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_spec.go index d8943d5..4fd1a35 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_status.go index dadc0fd..d05a79d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_iam_account_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_organization.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_organization.go index c84c7d5..099da02 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_organization.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_organization.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_pool_member_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_pool_member_reference.go index ffa2bb6..a7910a1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_pool_member_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_pool_member_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_resource_rule.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_resource_rule.go index d542d84..e51c36c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_resource_rule.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_resource_rule.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_role_ref.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_role_ref.go index 99f7b14..7fbd822 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_role_ref.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_role_ref.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review.go index f16d0af..0ed47b7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_spec.go index 3de7f84..dc09be6 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_status.go index b747132..7b4994c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rbac_review_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review.go index 747580f..952fc1f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_spec.go index 433853d..d32dc85 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_status.go index a5ec7cc..32bdea5 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_rules_review_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review.go index c84ff56..07d2427 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review_status.go index 86749e5..beb8838 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_self_subject_user_review_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review.go index 1ee60d9..ba4678a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_spec.go index ba7500a..027ee57 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_status.go index 07d09e0..2371c0a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_role_review_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review.go index f6ab5af..ea76a92 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_spec.go index 409f1d8..d5ae937 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_status.go index 9531bf3..acdddd4 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_subject_rules_review_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_user_ref.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_user_ref.go index 90b8bbe..d96f62e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_user_ref.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_authorization_v1alpha1_user_ref.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request.go index 3fecdd1..ea63ce9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_spec.go index 7d9e1c9..705eaed 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_status.go index 28a8e5f..0830500 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_customer_portal_request_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item.go index 69168dc..bb8a27a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price.go index 5c16a00..71a5af2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price_recurring.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price_recurring.go index 811aa7c..62e64a5 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price_recurring.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_item_price_recurring.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_reference.go index 67369fd..f0e9d8f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_offer_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent.go index 320e22c..1456b31 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_list.go index 756215c..0275fb8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_spec.go index 3a76f9d..78511c9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_status.go index fae2c02..4f6c68f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_payment_intent_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_price_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_price_reference.go index 107965c..bed7aba 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_price_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_price_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer.go index 823bcbf..612f4b3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_list.go index 4420161..a647970 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_spec.go index 929372b..779041f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_private_offer_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product.go index eb8a734..657119f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_list.go index 98bd61d..5af09db 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_price.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_price.go index 0916ab8..7858415 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_price.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_price.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_reference.go index 6d0f5e7..c822b7a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_spec.go index aaaa304..b5808dd 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status.go index e8f5a6f..7de58b0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status_price.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status_price.go index e2b90d9..66ce8f3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status_price.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_product_status_price.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer.go index f7894ce..2bc8931 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_list.go index c33cdc7..82387f7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_spec.go index f6b05ef..305b3aa 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_public_offer_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent.go index 6f5a069..3b552af 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_list.go index bb5f1fc..d60e676 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_reference.go index b2f8ee6..27c7b6c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_spec.go index 343e33c..29f2271 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_status.go index f04f967..c34da74 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_setup_intent_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_spec.go index 22d4dd1..03cb722 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_status.go index 634f4e1..97d086d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_customer_portal_request_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_payment_intent.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_payment_intent.go index 21a0190..7170ff3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_payment_intent.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_payment_intent.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_recurrence.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_recurrence.go index d36bdc8..5de5004 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_recurrence.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_recurrence.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_spec.go index 7184746..842cdd1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_price_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_product_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_product_spec.go index 59e1a2e..72207a9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_product_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_product_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_setup_intent.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_setup_intent.go index d9cba80..bfbb8d8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_setup_intent.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_setup_intent.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_subscription_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_subscription_spec.go index cc6d3da..57c2ea5 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_subscription_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_stripe_subscription_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription.go index 8a6c5de..381db73 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent.go index d77b867..7cecdcc 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_list.go index f8e682e..eb537c6 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_spec.go index 690345a..1a01422 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_status.go index 1fb373d..51c50ca 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_intent_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_item.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_item.go index 4a67b98..759eb6d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_item.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_item.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_list.go index bf6247f..8f1f55b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_reference.go index b3b042d..8e11d67 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_spec.go index 47d5bae..a1cdce7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status.go index 077c87f..48c8425 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status_subscription_item.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status_subscription_item.go index 1be9339..40d58c9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status_subscription_item.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_subscription_status_subscription_item.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review.go index 34fa177..6352cb7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_spec.go index 94a9cee..f2af1f3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_status.go index 5c9df9f..1fa8722 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_entitlement_review_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product.go index 1e72214..1ad325c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product_spec.go index c1783cc..9447fc6 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_product_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_intent_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_intent_spec.go index ab1ac8f..0acd6c0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_intent_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_intent_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_spec.go index 2207292..cb9656b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_suger_subscription_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock.go index 5ae97cb..e75907b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_list.go index 1b1197e..5f5d437 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_spec.go index a85c29f..dfecb5f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_status.go index 7e93c7b..e092a27 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_test_clock_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_tier.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_tier.go index 8dda237..6d5bd54 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_tier.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_billing_v1alpha1_tier.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key.go index 6143a40..f930100 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_list.go index d423d79..98e11dd 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_spec.go index 3c76655..0dccbca 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_status.go index 0eda457..18811b5 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_api_key_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_audit_log.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_audit_log.go index 249b7ba..3882c45 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_audit_log.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_audit_log.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_auto_scaling_policy.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_auto_scaling_policy.go index 4b935ba..3973ee0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_auto_scaling_policy.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_auto_scaling_policy.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_cloud_connection.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_cloud_connection.go index 399ae3b..0d96b3e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_cloud_connection.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_cloud_connection.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_pool_member_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_pool_member_spec.go index fafab8a..ee262b8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_pool_member_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_aws_pool_member_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_connection.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_connection.go index 230002e..e87ae13 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_connection.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_connection.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_pool_member_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_pool_member_spec.go index fa624c0..ae55346 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_pool_member_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_azure_pool_member_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_billing_account_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_billing_account_spec.go index bf13d1f..e794670 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_billing_account_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_billing_account_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper.go index efd0b77..d75cb9a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_node_resource_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_node_resource_spec.go index 5d978f0..47e12b2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_node_resource_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_node_resource_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_set_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_set_reference.go index 433e913..245c4c3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_set_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_book_keeper_set_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_bookkeeper_node_resource.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_bookkeeper_node_resource.go index 151bfba..92b8df0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_bookkeeper_node_resource.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_bookkeeper_node_resource.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker.go index 2d77ac6..cd97125 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker_node_resource_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker_node_resource_spec.go index 272589d..42bf764 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker_node_resource_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_broker_node_resource_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_chain.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_chain.go index 679c082..08b7f4e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_chain.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_chain.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection.go index acc969f..fc9b529 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_list.go index 4b14e52..48ac1f1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_spec.go index 506f760..87ad9e0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_status.go index 2ac0d03..57740a0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_connection_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment.go index 4bb91f0..11e8b68 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_list.go index 66ccaa0..3b8979b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_spec.go index 9da87cf..03132d3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_status.go index c363f7d..4c9586e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cloud_environment_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role.go index 3b34af1..74f8f63 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding.go index 6cae365..73db2f2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_list.go index d53a301..e3927a6 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_spec.go index 381a8a2..3073803 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_status.go index 6eb7868..15419ee 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_binding_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_list.go index 69a4e93..07e42dc 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_spec.go index ec0a33e..a480985 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_status.go index c1e6c30..1b9f99e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_cluster_role_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition.go index 2438fd5..cdd4d52 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition_group.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition_group.go index 2c9870b..3aa5004 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition_group.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_condition_group.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_config.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_config.go index 0ab0069..1b5f82c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_config.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_config.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_default_node_resource.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_default_node_resource.go index eee6c76..466cddb 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_default_node_resource.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_default_node_resource.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_dns.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_dns.go index a9ff8bf..3e40598 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_dns.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_dns.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain.go index a63e312..1d65ce2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain_tls.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain_tls.go index 123c1f4..1f36908 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain_tls.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_domain_tls.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encrypted_token.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encrypted_token.go index bd28d78..6c80905 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encrypted_token.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encrypted_token.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encryption_key.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encryption_key.go index 879f739..acbced3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encryption_key.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_encryption_key.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_endpoint_access.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_endpoint_access.go index e17bf6f..01676d8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_endpoint_access.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_endpoint_access.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_config.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_config.go index 892ac12..9c332ab 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_config.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_config.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_env_var.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_env_var.go index ff02f64..42f312d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_env_var.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_exec_env_var.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster.go index 0e95de6..192f82b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster_role.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster_role.go index f9b6aca..05b22fa 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster_role.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_cluster_role.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role.go index 0313ef1..266b37d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role_binding.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role_binding.go index b756dcc..7ea86ad 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role_binding.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_failed_role_binding.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_organization_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_organization_spec.go index a7b133c..3cd7e5b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_organization_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_organization_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_pool_member_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_pool_member_spec.go index 01f5b8b..b4fcad5 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_pool_member_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_g_cloud_pool_member_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway.go index c846740..7d3cc09 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway_status.go index 275af38..2202671 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gateway_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gcp_cloud_connection.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gcp_cloud_connection.go index c6d8c09..b97064d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gcp_cloud_connection.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_gcp_cloud_connection.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_generic_pool_member_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_generic_pool_member_spec.go index ccfbb30..93ffed7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_generic_pool_member_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_generic_pool_member_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool.go index 82e651e..a40c5f1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_list.go index 7fd2c45..d4b1e14 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_spec.go index 550a1b1..7ec34d1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_status.go index 14cc607..1db3f1b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_identity_pool_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_installed_csv.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_installed_csv.go index 6e21443..36b3056 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_installed_csv.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_installed_csv.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_invitation.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_invitation.go index dbf5a2d..f404877 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_invitation.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_invitation.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_lakehouse_storage_config.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_lakehouse_storage_config.go index c82a7fd..e9c6371 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_lakehouse_storage_config.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_lakehouse_storage_config.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_maintenance_window.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_maintenance_window.go index 8aaecd3..a8fa92f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_maintenance_window.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_maintenance_window.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_master_auth.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_master_auth.go index 49b851e..658db77 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_master_auth.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_master_auth.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_network.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_network.go index b907a5c..0eaf460 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_network.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_network.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_o_auth2_config.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_o_auth2_config.go index f275399..6be52a4 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_o_auth2_config.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_o_auth2_config.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider.go index c78adf7..f1219b9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_list.go index abd1953..0fbbb6e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_spec.go index 999bd75..c7e316a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_status.go index 102e6b4..d7b044f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_oidc_provider_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization.go index 89eb23d..2ba6ddf 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_list.go index b40988c..a014ae8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_spec.go index 89c2d1b..58a28f8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_status.go index 64e4dde..49bc7e1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_stripe.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_stripe.go index 74eca9d..e1ac534 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_stripe.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_stripe.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_suger.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_suger.go index bd4ad97..d26d45a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_suger.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_organization_suger.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool.go index eca0f90..04d3358 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_list.go index acee007..d13e4f6 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member.go index 0db2952..84b13aa 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_connection_options_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_connection_options_spec.go index 648daf5..25eb7d6 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_connection_options_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_connection_options_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_selector.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_selector.go index c8e86c9..e72e5b3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_selector.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_selector.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_spec.go index 7f358d2..86bb246 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_tls.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_tls.go index bb909a1..f178ead 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_tls.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_gateway_tls.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_spec.go index 2d36852..aa1d96c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_istio_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_list.go index 3d60ddc..1ead2c2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_monitoring.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_monitoring.go index 18173de..d20af54 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_monitoring.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_monitoring.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec.go index a69c2f2..9263d6f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_catalog.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_catalog.go index df151fd..9d79a64 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_catalog.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_catalog.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_channel.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_channel.go index 1712e28..29840a2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_channel.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_pulsar_spec_channel.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_reference.go index 613862d..372f49c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_spec.go index 9b901e4..aa847ea 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_status.go index bc35955..3afae05 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_tiered_storage_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_tiered_storage_spec.go index 4668a72..05fdf5d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_tiered_storage_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_member_tiered_storage_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option.go index 010a11a..7946294 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_list.go index 8cc1d64..d257ba2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_location.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_location.go index 3771ec6..9228c17 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_location.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_location.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_spec.go index 7bfb8b9..77a7d21 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_status.go index 689d9dd..51559ca 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_option_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_ref.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_ref.go index 9087410..62f0fa4 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_ref.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_ref.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_spec.go index 644f4af..324f675 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_status.go index a1e057b..25a55e4 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pool_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service.go index 12a7061..97f5d77 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service_id.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service_id.go index f0c407f..abbfb2f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service_id.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_private_service_id.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_protocols_config.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_protocols_config.go index edebc35..801ca3d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_protocols_config.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_protocols_config.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster.go index 92c72a6..672383d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_component_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_component_status.go index d0a8db6..ce62bd1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_component_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_component_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_list.go index 8208e19..579d9d9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_spec.go index 423de15..30ebd76 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_status.go index 6684569..4fbb6c1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_cluster_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway.go index 44e8680..bc17d3a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_list.go index d26fcd3..99d41cc 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_spec.go index 68ed6a3..1680ab5 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_status.go index 9b8eeca..e265ff3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_gateway_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance.go index a5158e6..c19f697 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_auth.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_auth.go index 76b9053..06b75e8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_auth.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_auth.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_list.go index db0e375..90af9be 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_spec.go index 13d6a5d..badc994 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status.go index cf7a99e..83bd463 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth.go index 93bcf9e..bca9476 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth_o_auth2.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth_o_auth2.go index 6e9c0fd..3282b12 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth_o_auth2.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_instance_status_auth_o_auth2.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_service_endpoint.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_service_endpoint.go index 4411126..2fc4404 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_service_endpoint.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_pulsar_service_endpoint.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_rbac_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_rbac_status.go index 8abba83..bf96c32 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_rbac_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_rbac_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_region_info.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_region_info.go index 9998bee..3810507 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_region_info.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_region_info.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role.go index 3b189a9..03337ab 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding.go index a775d3f..d35e98f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_condition.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_condition.go index 76aefb5..2a8298f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_condition.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_condition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_list.go index b74fc95..a700bdf 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_spec.go index 174f2df..1956fca 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_status.go index ca55781..838ba0e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_binding_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_definition.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_definition.go index 044d7ac..4ea3da5 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_definition.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_definition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_list.go index 654251a..3ff908d 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_ref.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_ref.go index fa0af4f..02e4b5b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_ref.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_ref.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_spec.go index c0b0232..3632047 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_status.go index 720e653..8c15d38 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_role_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret.go index 25c974f..4f6cd97 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_list.go index 7cfd052..179b225 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_reference.go index 882d79b..1f4ecbb 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_secret_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration.go index 4146a41..f97fd4c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_aws.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_aws.go index 55bd652..c68c876 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_aws.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_aws.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_spec.go index e44b13e..c5fcd9e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_suger.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_suger.go index 5b49410..27821bd 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_suger.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_self_registration_suger.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account.go index e1202fe..acf5c47 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding.go index 1b68efd..ad76e59 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_list.go index 6ca130e..4a3b502 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_spec.go index 80e898e..1abd398 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_status.go index edeaeed..4eef837 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_binding_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_list.go index 885d126..bf322f9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_status.go index 431d5d0..e6aed8c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_service_account_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_sharing_config.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_sharing_config.go index 43f4a61..d1f18c4 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_sharing_config.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_sharing_config.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_srn.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_srn.go index aa7999d..35c124a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_srn.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_srn.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription.go index 5848126..09fdadf 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_list.go index 9215eee..e3ec685 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_spec.go index fdb92e1..fb770d1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_status.go index 6433017..58e369e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_stripe_subscription_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subject.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subject.go index dc56706..6f104dd 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subject.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subject.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subscription_item.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subscription_item.go index a6fe682..7b9c57b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subscription_item.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_subscription_item.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_support_access_options_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_support_access_options_spec.go index a751972..d41b1f3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_support_access_options_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_support_access_options_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_taint.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_taint.go index 4dd3167..35b2edf 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_taint.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_taint.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_toleration.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_toleration.go index 80a516d..e4f350e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_toleration.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_toleration.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user.go index 9751fde..1f3b056 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_list.go index c295e92..d61f1d0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_name.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_name.go index 7ec7cd4..7319631 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_name.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_name.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_spec.go index f56652f..ae11054 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_status.go index 5a400b2..879a173 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_user_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_window.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_window.go index 1e422d6..7717078 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_window.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_window.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_zoo_keeper_set_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_zoo_keeper_set_reference.go index e96656f..fce6cf2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_zoo_keeper_set_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha1_zoo_keeper_set_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription.go index 5678bbf..a0e48c1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_list.go index a5db749..d042703 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_spec.go index de9f198..1b7cb2b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_status.go index a46d2a8..e46cd1b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_aws_subscription_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_resource_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_resource_spec.go index a97c7b8..ac271a0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_resource_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_resource_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set.go index dbfb185..e6ebb5b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_list.go index 152b048..e5f3930 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option.go index 7280ddf..a1be286 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_list.go index 2755eb8..c6776b9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_spec.go index 329b995..d349d14 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_status.go index 85fb7d9..2e216cd 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_option_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_reference.go index fbdefcc..7b5a01c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_spec.go index c2fa3ca..9594eb0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_status.go index 721b45b..aeb4460 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_book_keeper_set_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_bookkeeper_node_resource.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_bookkeeper_node_resource.go index 66a297f..41b2842 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_bookkeeper_node_resource.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_bookkeeper_node_resource.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_condition.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_condition.go index 127d5c4..5d77408 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_condition.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_condition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_default_node_resource.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_default_node_resource.go index a2ca95c..bdc8b15 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_default_node_resource.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_default_node_resource.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set.go index 0abd121..c3b0849 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_list.go index 1a18e02..0569468 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_spec.go index c351be5..901a7fb 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_status.go index 423f22f..68e8403 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_monitor_set_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_pool_member_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_pool_member_reference.go index 3c91b3c..4891fd0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_pool_member_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_pool_member_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_sharing_config.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_sharing_config.go index 288bcd5..f43a8cb 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_sharing_config.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_sharing_config.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_resource_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_resource_spec.go index 6858c63..75ebf51 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_resource_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_resource_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set.go index 03d0353..e8d9ac1 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_list.go index e0bddb6..17cadd8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option.go index 9571298..5f49d91 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_list.go index 80c294a..d824783 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_spec.go index 7a120e3..a8e1490 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_status.go index 101158f..8d34d7c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_option_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_reference.go index c2d2a35..2bdd2ae 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_spec.go index 98d0c50..5ffbc51 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_status.go index e1783f4..c881188 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_cloud_v1alpha2_zoo_keeper_set_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_artifact.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_artifact.go index 767a765..9831a3c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_artifact.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_artifact.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_condition.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_condition.go index 4b49f0e..d225d76 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_condition.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_condition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_container.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_container.go index fe8270e..7622cb7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_container.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_container.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_blob_storage.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_blob_storage.go index df9c291..2346430 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_blob_storage.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_blob_storage.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment.go index 4298c35..def113b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_list.go index 29c52f7..2e50ec8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_spec.go index f8079e0..b4f2491 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_status.go index 60082db..d30c3f3 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_flink_deployment_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_logging.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_logging.go index b568abe..0c7e786 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_logging.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_logging.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_object_meta.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_object_meta.go index ba84401..7489e13 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_object_meta.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_object_meta.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template.go index e82f84c..90e28b2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template_spec.go index 7c3bfa6..54687e0 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pod_template_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_member_reference.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_member_reference.go index 48d4a1f..e49cd7c 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_member_reference.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_member_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_ref.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_ref.go index f6abb61..ac8741e 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_ref.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_pool_ref.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_resource_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_resource_spec.go index 6d6fe43..e844db7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_resource_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_resource_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_security_context.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_security_context.go index e81706f..fb2b1e6 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_security_context.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_security_context.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_user_metadata.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_user_metadata.go index d60e194..78d7dfe 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_user_metadata.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_user_metadata.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_volume.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_volume.go index 73c047d..d727951 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_volume.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_volume.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_custom_resource_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_custom_resource_status.go index bb863da..96f37b2 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_custom_resource_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_custom_resource_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details.go index 0213aa6..bba4e5f 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template.go index 1671967..dff7237 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_metadata.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_metadata.go index 9716289..8fd7b29 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_metadata.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_metadata.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec.go index 78f9583..939e057 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec_kubernetes_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec_kubernetes_spec.go index bbbe6c6..714d001 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec_kubernetes_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_details_template_spec_kubernetes_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_kubernetes_resources.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_kubernetes_resources.go index b471a32..1cd3c00 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_kubernetes_resources.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_kubernetes_resources.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_running_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_running_status.go index 919bf86..45416e7 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_running_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_running_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status.go index cb7fc7f..94bb9ba 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_condition.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_condition.go index eed0304..9fdc094 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_condition.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_condition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_deployment_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_deployment_status.go index 4a05591..f263d5a 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_deployment_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_status_deployment_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_system_metadata.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_system_metadata.go index cf926a6..2f4499b 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_system_metadata.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_system_metadata.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template.go index 94194c9..f3ac9c8 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template_spec.go index afb57f2..79a7e13 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_deployment_template_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_restore_strategy.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_restore_strategy.go index 6a19502..2ac6d29 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_restore_strategy.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_vvp_restore_strategy.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace.go index 542ff7f..5ea4c15 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_list.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_list.go index 3d350d1..7636aa9 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_list.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_spec.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_spec.go index fb3cf63..2a21026 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_spec.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_spec.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_status.go b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_status.go index c9b049d..1e5d348 100644 --- a/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_status.go +++ b/sdk/sdk-apiserver/model_com_github_streamnative_cloud_api_server_pkg_apis_compute_v1alpha1_workspace_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_affinity.go b/sdk/sdk-apiserver/model_v1_affinity.go index 4a8d244..ad37912 100644 --- a/sdk/sdk-apiserver/model_v1_affinity.go +++ b/sdk/sdk-apiserver/model_v1_affinity.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_api_group.go b/sdk/sdk-apiserver/model_v1_api_group.go index c8db7bf..8a23874 100644 --- a/sdk/sdk-apiserver/model_v1_api_group.go +++ b/sdk/sdk-apiserver/model_v1_api_group.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_api_group_list.go b/sdk/sdk-apiserver/model_v1_api_group_list.go index 93b0dd5..9ec4b31 100644 --- a/sdk/sdk-apiserver/model_v1_api_group_list.go +++ b/sdk/sdk-apiserver/model_v1_api_group_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_api_resource.go b/sdk/sdk-apiserver/model_v1_api_resource.go index 57968aa..f40d227 100644 --- a/sdk/sdk-apiserver/model_v1_api_resource.go +++ b/sdk/sdk-apiserver/model_v1_api_resource.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_api_resource_list.go b/sdk/sdk-apiserver/model_v1_api_resource_list.go index df8d840..a417f8d 100644 --- a/sdk/sdk-apiserver/model_v1_api_resource_list.go +++ b/sdk/sdk-apiserver/model_v1_api_resource_list.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_condition.go b/sdk/sdk-apiserver/model_v1_condition.go index 754d9bc..b4c2384 100644 --- a/sdk/sdk-apiserver/model_v1_condition.go +++ b/sdk/sdk-apiserver/model_v1_condition.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_config_map_env_source.go b/sdk/sdk-apiserver/model_v1_config_map_env_source.go index 2a6ddb5..94cda7d 100644 --- a/sdk/sdk-apiserver/model_v1_config_map_env_source.go +++ b/sdk/sdk-apiserver/model_v1_config_map_env_source.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_config_map_key_selector.go b/sdk/sdk-apiserver/model_v1_config_map_key_selector.go index 946db92..955834a 100644 --- a/sdk/sdk-apiserver/model_v1_config_map_key_selector.go +++ b/sdk/sdk-apiserver/model_v1_config_map_key_selector.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_config_map_volume_source.go b/sdk/sdk-apiserver/model_v1_config_map_volume_source.go index b42c4e0..e7c701e 100644 --- a/sdk/sdk-apiserver/model_v1_config_map_volume_source.go +++ b/sdk/sdk-apiserver/model_v1_config_map_volume_source.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_delete_options.go b/sdk/sdk-apiserver/model_v1_delete_options.go index 5732c77..361f24d 100644 --- a/sdk/sdk-apiserver/model_v1_delete_options.go +++ b/sdk/sdk-apiserver/model_v1_delete_options.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_env_from_source.go b/sdk/sdk-apiserver/model_v1_env_from_source.go index 2077a3f..2b2821e 100644 --- a/sdk/sdk-apiserver/model_v1_env_from_source.go +++ b/sdk/sdk-apiserver/model_v1_env_from_source.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_env_var.go b/sdk/sdk-apiserver/model_v1_env_var.go index 2e6470b..a70b462 100644 --- a/sdk/sdk-apiserver/model_v1_env_var.go +++ b/sdk/sdk-apiserver/model_v1_env_var.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_env_var_source.go b/sdk/sdk-apiserver/model_v1_env_var_source.go index cdd7a95..9d6ac72 100644 --- a/sdk/sdk-apiserver/model_v1_env_var_source.go +++ b/sdk/sdk-apiserver/model_v1_env_var_source.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_exec_action.go b/sdk/sdk-apiserver/model_v1_exec_action.go index cff276a..43c14f7 100644 --- a/sdk/sdk-apiserver/model_v1_exec_action.go +++ b/sdk/sdk-apiserver/model_v1_exec_action.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_group_version_for_discovery.go b/sdk/sdk-apiserver/model_v1_group_version_for_discovery.go index 8ef3f04..7aa4cd5 100644 --- a/sdk/sdk-apiserver/model_v1_group_version_for_discovery.go +++ b/sdk/sdk-apiserver/model_v1_group_version_for_discovery.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_grpc_action.go b/sdk/sdk-apiserver/model_v1_grpc_action.go index 6bc09cd..7fadb55 100644 --- a/sdk/sdk-apiserver/model_v1_grpc_action.go +++ b/sdk/sdk-apiserver/model_v1_grpc_action.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_http_get_action.go b/sdk/sdk-apiserver/model_v1_http_get_action.go index 8d35f3a..f24bb72 100644 --- a/sdk/sdk-apiserver/model_v1_http_get_action.go +++ b/sdk/sdk-apiserver/model_v1_http_get_action.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_http_header.go b/sdk/sdk-apiserver/model_v1_http_header.go index 2065039..d782fa4 100644 --- a/sdk/sdk-apiserver/model_v1_http_header.go +++ b/sdk/sdk-apiserver/model_v1_http_header.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_key_to_path.go b/sdk/sdk-apiserver/model_v1_key_to_path.go index c7bdc1b..172e5ec 100644 --- a/sdk/sdk-apiserver/model_v1_key_to_path.go +++ b/sdk/sdk-apiserver/model_v1_key_to_path.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_label_selector.go b/sdk/sdk-apiserver/model_v1_label_selector.go index 9ff7ddf..078bd9c 100644 --- a/sdk/sdk-apiserver/model_v1_label_selector.go +++ b/sdk/sdk-apiserver/model_v1_label_selector.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_label_selector_requirement.go b/sdk/sdk-apiserver/model_v1_label_selector_requirement.go index def3338..21398b4 100644 --- a/sdk/sdk-apiserver/model_v1_label_selector_requirement.go +++ b/sdk/sdk-apiserver/model_v1_label_selector_requirement.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_list_meta.go b/sdk/sdk-apiserver/model_v1_list_meta.go index 048a3cc..10ecf20 100644 --- a/sdk/sdk-apiserver/model_v1_list_meta.go +++ b/sdk/sdk-apiserver/model_v1_list_meta.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_local_object_reference.go b/sdk/sdk-apiserver/model_v1_local_object_reference.go index d640717..c3492ed 100644 --- a/sdk/sdk-apiserver/model_v1_local_object_reference.go +++ b/sdk/sdk-apiserver/model_v1_local_object_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_managed_fields_entry.go b/sdk/sdk-apiserver/model_v1_managed_fields_entry.go index f8c3279..4087e15 100644 --- a/sdk/sdk-apiserver/model_v1_managed_fields_entry.go +++ b/sdk/sdk-apiserver/model_v1_managed_fields_entry.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_node_affinity.go b/sdk/sdk-apiserver/model_v1_node_affinity.go index 6a4d498..1e3a0f1 100644 --- a/sdk/sdk-apiserver/model_v1_node_affinity.go +++ b/sdk/sdk-apiserver/model_v1_node_affinity.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_node_selector.go b/sdk/sdk-apiserver/model_v1_node_selector.go index 0d328fe..b7125ce 100644 --- a/sdk/sdk-apiserver/model_v1_node_selector.go +++ b/sdk/sdk-apiserver/model_v1_node_selector.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_node_selector_requirement.go b/sdk/sdk-apiserver/model_v1_node_selector_requirement.go index 66ab072..bb72695 100644 --- a/sdk/sdk-apiserver/model_v1_node_selector_requirement.go +++ b/sdk/sdk-apiserver/model_v1_node_selector_requirement.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_node_selector_term.go b/sdk/sdk-apiserver/model_v1_node_selector_term.go index 5cc084e..274e4ea 100644 --- a/sdk/sdk-apiserver/model_v1_node_selector_term.go +++ b/sdk/sdk-apiserver/model_v1_node_selector_term.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_object_field_selector.go b/sdk/sdk-apiserver/model_v1_object_field_selector.go index b1b6f34..6d588b1 100644 --- a/sdk/sdk-apiserver/model_v1_object_field_selector.go +++ b/sdk/sdk-apiserver/model_v1_object_field_selector.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_object_meta.go b/sdk/sdk-apiserver/model_v1_object_meta.go index ec7873b..7d1cf20 100644 --- a/sdk/sdk-apiserver/model_v1_object_meta.go +++ b/sdk/sdk-apiserver/model_v1_object_meta.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_owner_reference.go b/sdk/sdk-apiserver/model_v1_owner_reference.go index 2972031..bc219ae 100644 --- a/sdk/sdk-apiserver/model_v1_owner_reference.go +++ b/sdk/sdk-apiserver/model_v1_owner_reference.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_pod_affinity.go b/sdk/sdk-apiserver/model_v1_pod_affinity.go index fdd36a0..0043898 100644 --- a/sdk/sdk-apiserver/model_v1_pod_affinity.go +++ b/sdk/sdk-apiserver/model_v1_pod_affinity.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_pod_affinity_term.go b/sdk/sdk-apiserver/model_v1_pod_affinity_term.go index b3ac7a7..6ae37b3 100644 --- a/sdk/sdk-apiserver/model_v1_pod_affinity_term.go +++ b/sdk/sdk-apiserver/model_v1_pod_affinity_term.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_pod_anti_affinity.go b/sdk/sdk-apiserver/model_v1_pod_anti_affinity.go index 1f788cd..13f3f04 100644 --- a/sdk/sdk-apiserver/model_v1_pod_anti_affinity.go +++ b/sdk/sdk-apiserver/model_v1_pod_anti_affinity.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_preconditions.go b/sdk/sdk-apiserver/model_v1_preconditions.go index 0b890e3..8d76e83 100644 --- a/sdk/sdk-apiserver/model_v1_preconditions.go +++ b/sdk/sdk-apiserver/model_v1_preconditions.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_preferred_scheduling_term.go b/sdk/sdk-apiserver/model_v1_preferred_scheduling_term.go index 5f33725..0dcd9da 100644 --- a/sdk/sdk-apiserver/model_v1_preferred_scheduling_term.go +++ b/sdk/sdk-apiserver/model_v1_preferred_scheduling_term.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_probe.go b/sdk/sdk-apiserver/model_v1_probe.go index d9d2e4e..4d57547 100644 --- a/sdk/sdk-apiserver/model_v1_probe.go +++ b/sdk/sdk-apiserver/model_v1_probe.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_resource_field_selector.go b/sdk/sdk-apiserver/model_v1_resource_field_selector.go index 76c4195..667bae5 100644 --- a/sdk/sdk-apiserver/model_v1_resource_field_selector.go +++ b/sdk/sdk-apiserver/model_v1_resource_field_selector.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_resource_requirements.go b/sdk/sdk-apiserver/model_v1_resource_requirements.go index 48a8e1b..57cb725 100644 --- a/sdk/sdk-apiserver/model_v1_resource_requirements.go +++ b/sdk/sdk-apiserver/model_v1_resource_requirements.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_secret_env_source.go b/sdk/sdk-apiserver/model_v1_secret_env_source.go index cc633ac..d427c07 100644 --- a/sdk/sdk-apiserver/model_v1_secret_env_source.go +++ b/sdk/sdk-apiserver/model_v1_secret_env_source.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_secret_key_selector.go b/sdk/sdk-apiserver/model_v1_secret_key_selector.go index 02ca103..4f97c1b 100644 --- a/sdk/sdk-apiserver/model_v1_secret_key_selector.go +++ b/sdk/sdk-apiserver/model_v1_secret_key_selector.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_secret_volume_source.go b/sdk/sdk-apiserver/model_v1_secret_volume_source.go index e69c093..b345887 100644 --- a/sdk/sdk-apiserver/model_v1_secret_volume_source.go +++ b/sdk/sdk-apiserver/model_v1_secret_volume_source.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_server_address_by_client_cidr.go b/sdk/sdk-apiserver/model_v1_server_address_by_client_cidr.go index 8f0698b..061d214 100644 --- a/sdk/sdk-apiserver/model_v1_server_address_by_client_cidr.go +++ b/sdk/sdk-apiserver/model_v1_server_address_by_client_cidr.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_status.go b/sdk/sdk-apiserver/model_v1_status.go index 0b4e9bf..be4d234 100644 --- a/sdk/sdk-apiserver/model_v1_status.go +++ b/sdk/sdk-apiserver/model_v1_status.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_status_cause.go b/sdk/sdk-apiserver/model_v1_status_cause.go index e016cd2..455e130 100644 --- a/sdk/sdk-apiserver/model_v1_status_cause.go +++ b/sdk/sdk-apiserver/model_v1_status_cause.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_status_details.go b/sdk/sdk-apiserver/model_v1_status_details.go index 39f901b..16f9f5e 100644 --- a/sdk/sdk-apiserver/model_v1_status_details.go +++ b/sdk/sdk-apiserver/model_v1_status_details.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_tcp_socket_action.go b/sdk/sdk-apiserver/model_v1_tcp_socket_action.go index 0bdf688..b5c3f18 100644 --- a/sdk/sdk-apiserver/model_v1_tcp_socket_action.go +++ b/sdk/sdk-apiserver/model_v1_tcp_socket_action.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_toleration.go b/sdk/sdk-apiserver/model_v1_toleration.go index a32e947..06e91a7 100644 --- a/sdk/sdk-apiserver/model_v1_toleration.go +++ b/sdk/sdk-apiserver/model_v1_toleration.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_volume_mount.go b/sdk/sdk-apiserver/model_v1_volume_mount.go index 1c535f4..c5626e7 100644 --- a/sdk/sdk-apiserver/model_v1_volume_mount.go +++ b/sdk/sdk-apiserver/model_v1_volume_mount.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_watch_event.go b/sdk/sdk-apiserver/model_v1_watch_event.go index 67602d9..fda7724 100644 --- a/sdk/sdk-apiserver/model_v1_watch_event.go +++ b/sdk/sdk-apiserver/model_v1_watch_event.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_v1_weighted_pod_affinity_term.go b/sdk/sdk-apiserver/model_v1_weighted_pod_affinity_term.go index b56c6a8..320037c 100644 --- a/sdk/sdk-apiserver/model_v1_weighted_pod_affinity_term.go +++ b/sdk/sdk-apiserver/model_v1_weighted_pod_affinity_term.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/model_version_info.go b/sdk/sdk-apiserver/model_version_info.go index a093896..19eeea6 100644 --- a/sdk/sdk-apiserver/model_version_info.go +++ b/sdk/sdk-apiserver/model_version_info.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/response.go b/sdk/sdk-apiserver/response.go index 63f3348..d21d08c 100644 --- a/sdk/sdk-apiserver/response.go +++ b/sdk/sdk-apiserver/response.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api diff --git a/sdk/sdk-apiserver/utils.go b/sdk/sdk-apiserver/utils.go index 064352a..1800de9 100644 --- a/sdk/sdk-apiserver/utils.go +++ b/sdk/sdk-apiserver/utils.go @@ -1,6 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// Copyright © 2023-2024 StreamNative Inc. +// http://www.apache.org/licenses/LICENSE-2.0 // +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. /* Api