Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the aci v1 API group +groupName=aci.snat
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: rdconfig.GroupName, Version: "v1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type RdConfig ¶
type RdConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RdConfigSpec `json:"spec,omitempty"` Status RdConfigStatus `json:"status,omitempty"` }
func (*RdConfig) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RdConfig.
func (*RdConfig) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RdConfig) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RdConfigList ¶
type RdConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RdConfig `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object RdConfigList contains a list of RdConfig
func (*RdConfigList) DeepCopy ¶
func (in *RdConfigList) DeepCopy() *RdConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RdConfigList.
func (*RdConfigList) DeepCopyInto ¶
func (in *RdConfigList) DeepCopyInto(out *RdConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RdConfigList) DeepCopyObject ¶
func (in *RdConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RdConfigSpec ¶
type RdConfigSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file // Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html UserSubnets []string `json:"usersubnets,omitempty"` DiscoveredSubnets []string `json:"discoveredsubnets,omitempty"` }
func (*RdConfigSpec) DeepCopy ¶
func (in *RdConfigSpec) DeepCopy() *RdConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RdConfigSpec.
func (*RdConfigSpec) DeepCopyInto ¶
func (in *RdConfigSpec) DeepCopyInto(out *RdConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RdConfigStatus ¶
type RdConfigStatus struct { }
RdConfigStatus defines the observed state of RdConfig
func (*RdConfigStatus) DeepCopy ¶
func (in *RdConfigStatus) DeepCopy() *RdConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RdConfigStatus.
func (*RdConfigStatus) DeepCopyInto ¶
func (in *RdConfigStatus) DeepCopyInto(out *RdConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.