Documentation ¶
Overview ¶
+groupName=servicecertsigner.config.openshift.io
Index ¶
- Variables
- func Resource(resource string) schema.GroupResource
- type ServiceCertSignerOperatorConfig
- func (in *ServiceCertSignerOperatorConfig) DeepCopy() *ServiceCertSignerOperatorConfig
- func (in *ServiceCertSignerOperatorConfig) DeepCopyInto(out *ServiceCertSignerOperatorConfig)
- func (in *ServiceCertSignerOperatorConfig) DeepCopyObject() runtime.Object
- func (ServiceCertSignerOperatorConfig) SwaggerDoc() map[string]string
- type ServiceCertSignerOperatorConfigList
- func (in *ServiceCertSignerOperatorConfigList) DeepCopy() *ServiceCertSignerOperatorConfigList
- func (in *ServiceCertSignerOperatorConfigList) DeepCopyInto(out *ServiceCertSignerOperatorConfigList)
- func (in *ServiceCertSignerOperatorConfigList) DeepCopyObject() runtime.Object
- func (ServiceCertSignerOperatorConfigList) SwaggerDoc() map[string]string
- type ServiceCertSignerOperatorConfigSpec
- type ServiceCertSignerOperatorConfigStatus
Constants ¶
This section is empty.
Variables ¶
var ( GroupName = "servicecertsigner.config.openshift.io" GroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"} // Install is a function which adds this version to a scheme Install = schemeBuilder.AddToScheme // SchemeGroupVersion generated code relies on this name // Deprecated SchemeGroupVersion = GroupVersion // AddToScheme exists solely to keep the old generators creating valid code // DEPRECATED AddToScheme = schemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource generated code relies on this being here, but it logically belongs to the group DEPRECATED
Types ¶
type ServiceCertSignerOperatorConfig ¶
type ServiceCertSignerOperatorConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec ServiceCertSignerOperatorConfigSpec `json:"spec"` Status ServiceCertSignerOperatorConfigStatus `json:"status"` }
ServiceCertSignerOperatorConfig provides information to configure an operator to manage the service cert signing controllers
Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support. +openshift:compatibility-gen:level=4 +openshift:compatibility-gen:internal
func (*ServiceCertSignerOperatorConfig) DeepCopy ¶
func (in *ServiceCertSignerOperatorConfig) DeepCopy() *ServiceCertSignerOperatorConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceCertSignerOperatorConfig.
func (*ServiceCertSignerOperatorConfig) DeepCopyInto ¶
func (in *ServiceCertSignerOperatorConfig) DeepCopyInto(out *ServiceCertSignerOperatorConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceCertSignerOperatorConfig) DeepCopyObject ¶
func (in *ServiceCertSignerOperatorConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (ServiceCertSignerOperatorConfig) SwaggerDoc ¶
func (ServiceCertSignerOperatorConfig) SwaggerDoc() map[string]string
type ServiceCertSignerOperatorConfigList ¶
type ServiceCertSignerOperatorConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items contains the items Items []ServiceCertSignerOperatorConfig `json:"items"` }
ServiceCertSignerOperatorConfigList is a collection of items
Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support. +openshift:compatibility-gen:level=4 +openshift:compatibility-gen:internal
func (*ServiceCertSignerOperatorConfigList) DeepCopy ¶
func (in *ServiceCertSignerOperatorConfigList) DeepCopy() *ServiceCertSignerOperatorConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceCertSignerOperatorConfigList.
func (*ServiceCertSignerOperatorConfigList) DeepCopyInto ¶
func (in *ServiceCertSignerOperatorConfigList) DeepCopyInto(out *ServiceCertSignerOperatorConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceCertSignerOperatorConfigList) DeepCopyObject ¶
func (in *ServiceCertSignerOperatorConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (ServiceCertSignerOperatorConfigList) SwaggerDoc ¶
func (ServiceCertSignerOperatorConfigList) SwaggerDoc() map[string]string
type ServiceCertSignerOperatorConfigSpec ¶
type ServiceCertSignerOperatorConfigSpec struct {
operatorv1.OperatorSpec `json:",inline"`
}
func (*ServiceCertSignerOperatorConfigSpec) DeepCopy ¶
func (in *ServiceCertSignerOperatorConfigSpec) DeepCopy() *ServiceCertSignerOperatorConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceCertSignerOperatorConfigSpec.
func (*ServiceCertSignerOperatorConfigSpec) DeepCopyInto ¶
func (in *ServiceCertSignerOperatorConfigSpec) DeepCopyInto(out *ServiceCertSignerOperatorConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceCertSignerOperatorConfigStatus ¶
type ServiceCertSignerOperatorConfigStatus struct {
operatorv1.OperatorStatus `json:",inline"`
}
func (*ServiceCertSignerOperatorConfigStatus) DeepCopy ¶
func (in *ServiceCertSignerOperatorConfigStatus) DeepCopy() *ServiceCertSignerOperatorConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceCertSignerOperatorConfigStatus.
func (*ServiceCertSignerOperatorConfigStatus) DeepCopyInto ¶
func (in *ServiceCertSignerOperatorConfigStatus) DeepCopyInto(out *ServiceCertSignerOperatorConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.