doc.go 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. Copyright 2018 The Kubernetes Authors.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. // Note: The referenced generic ComponentConfig packages with conversions
  14. // between the types (e.g. the external package) needs to be given as an
  15. // input to conversion-gen for it to find the native conversation funcs to
  16. // call.
  17. // +k8s:deepcopy-gen=package
  18. // +k8s:conversion-gen=k8s.io/kubernetes/cmd/cloud-controller-manager/app/apis/config
  19. // +k8s:conversion-gen=k8s.io/component-base/config/v1alpha1
  20. // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/apis/config/v1alpha1
  21. // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/service/config/v1alpha1
  22. // +k8s:openapi-gen=true
  23. // +k8s:defaulter-gen=TypeMeta
  24. // +groupName=cloudcontrollermanager.config.k8s.io
  25. package v1alpha1 // import "k8s.io/kubernetes/cmd/cloud-controller-manager/app/apis/config/v1alpha1"