v1beta1

package
v1.19.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1beta1 contains API Schema definitions for the types v1beta1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=kubefed_crd/pkg/apis/types +k8s:defaulter-gen=TypeMeta +groupName=types.kubefed.io

Package v1beta1 contains API Schema definitions for the types v1beta1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=kubefed_crd/pkg/apis/types +k8s:defaulter-gen=TypeMeta +groupName=types.kubefed.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "types.kubefed.io", Version: "v1beta1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}

	// AddToScheme is required by pkg/client/...
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource is required by pkg/client/listers/...

Types

type FederatedClusterRole

type FederatedClusterRole struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedClusterRoleSpec   `json:"spec,omitempty"`
	Status FederatedClusterRoleStatus `json:"status,omitempty"`
}

FederatedClusterRole is the Schema for the federatedclusterroles API +k8s:openapi-gen=true

func (*FederatedClusterRole) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRole.

func (*FederatedClusterRole) DeepCopyInto

func (in *FederatedClusterRole) DeepCopyInto(out *FederatedClusterRole)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedClusterRole) DeepCopyObject

func (in *FederatedClusterRole) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedClusterRoleBinding

type FederatedClusterRoleBinding struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedClusterRoleBindingSpec   `json:"spec,omitempty"`
	Status FederatedClusterRoleBindingStatus `json:"status,omitempty"`
}

FederatedClusterRoleBinding is the Schema for the federatedclusterrolebindings API +k8s:openapi-gen=true

func (*FederatedClusterRoleBinding) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRoleBinding.

func (*FederatedClusterRoleBinding) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedClusterRoleBinding) DeepCopyObject

func (in *FederatedClusterRoleBinding) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedClusterRoleBindingList

type FederatedClusterRoleBindingList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedClusterRoleBinding `json:"items"`
}

FederatedClusterRoleBindingList contains a list of FederatedClusterRoleBinding

func (*FederatedClusterRoleBindingList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRoleBindingList.

func (*FederatedClusterRoleBindingList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedClusterRoleBindingList) DeepCopyObject

func (in *FederatedClusterRoleBindingList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedClusterRoleBindingSpec

type FederatedClusterRoleBindingSpec struct {
}

FederatedClusterRoleBindingSpec defines the desired state of FederatedClusterRoleBinding

func (*FederatedClusterRoleBindingSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRoleBindingSpec.

func (*FederatedClusterRoleBindingSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedClusterRoleBindingStatus

type FederatedClusterRoleBindingStatus struct {
}

FederatedClusterRoleBindingStatus defines the observed state of FederatedClusterRoleBinding

func (*FederatedClusterRoleBindingStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRoleBindingStatus.

func (*FederatedClusterRoleBindingStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedClusterRoleList

type FederatedClusterRoleList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedClusterRole `json:"items"`
}

FederatedClusterRoleList contains a list of FederatedClusterRole

func (*FederatedClusterRoleList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRoleList.

func (*FederatedClusterRoleList) DeepCopyInto

func (in *FederatedClusterRoleList) DeepCopyInto(out *FederatedClusterRoleList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedClusterRoleList) DeepCopyObject

func (in *FederatedClusterRoleList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedClusterRoleSpec

type FederatedClusterRoleSpec struct {
}

FederatedClusterRoleSpec defines the desired state of FederatedClusterRole

func (*FederatedClusterRoleSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRoleSpec.

func (*FederatedClusterRoleSpec) DeepCopyInto

func (in *FederatedClusterRoleSpec) DeepCopyInto(out *FederatedClusterRoleSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedClusterRoleStatus

type FederatedClusterRoleStatus struct {
}

FederatedClusterRoleStatus defines the observed state of FederatedClusterRole

func (*FederatedClusterRoleStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedClusterRoleStatus.

func (*FederatedClusterRoleStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedConfigMap

type FederatedConfigMap struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedConfigMapSpec   `json:"spec,omitempty"`
	Status FederatedConfigMapStatus `json:"status,omitempty"`
}

FederatedConfigMap is the Schema for the federatedconfigmaps API +k8s:openapi-gen=true

func (*FederatedConfigMap) DeepCopy

func (in *FederatedConfigMap) DeepCopy() *FederatedConfigMap

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedConfigMap.

func (*FederatedConfigMap) DeepCopyInto

func (in *FederatedConfigMap) DeepCopyInto(out *FederatedConfigMap)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedConfigMap) DeepCopyObject

func (in *FederatedConfigMap) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedConfigMapList

type FederatedConfigMapList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedConfigMap `json:"items"`
}

FederatedConfigMapList contains a list of FederatedConfigMap

func (*FederatedConfigMapList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedConfigMapList.

func (*FederatedConfigMapList) DeepCopyInto

func (in *FederatedConfigMapList) DeepCopyInto(out *FederatedConfigMapList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedConfigMapList) DeepCopyObject

func (in *FederatedConfigMapList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedConfigMapSpec

type FederatedConfigMapSpec struct {
}

FederatedConfigMapSpec defines the desired state of FederatedConfigMap

func (*FederatedConfigMapSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedConfigMapSpec.

func (*FederatedConfigMapSpec) DeepCopyInto

func (in *FederatedConfigMapSpec) DeepCopyInto(out *FederatedConfigMapSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedConfigMapStatus

type FederatedConfigMapStatus struct {
}

FederatedConfigMapStatus defines the observed state of FederatedConfigMap

func (*FederatedConfigMapStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedConfigMapStatus.

func (*FederatedConfigMapStatus) DeepCopyInto

func (in *FederatedConfigMapStatus) DeepCopyInto(out *FederatedConfigMapStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedDaemonSet

type FederatedDaemonSet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedDaemonSetSpec   `json:"spec,omitempty"`
	Status FederatedDaemonSetStatus `json:"status,omitempty"`
}

FederatedDaemonSet is the Schema for the federateddaemonsets API +k8s:openapi-gen=true

func (*FederatedDaemonSet) DeepCopy

func (in *FederatedDaemonSet) DeepCopy() *FederatedDaemonSet

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDaemonSet.

func (*FederatedDaemonSet) DeepCopyInto

func (in *FederatedDaemonSet) DeepCopyInto(out *FederatedDaemonSet)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedDaemonSet) DeepCopyObject

func (in *FederatedDaemonSet) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedDaemonSetList

type FederatedDaemonSetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedDaemonSet `json:"items"`
}

FederatedDaemonSetList contains a list of FederatedDaemonSet

func (*FederatedDaemonSetList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDaemonSetList.

func (*FederatedDaemonSetList) DeepCopyInto

func (in *FederatedDaemonSetList) DeepCopyInto(out *FederatedDaemonSetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedDaemonSetList) DeepCopyObject

func (in *FederatedDaemonSetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedDaemonSetSpec

type FederatedDaemonSetSpec struct {
}

FederatedDaemonSetSpec defines the desired state of FederatedDaemonSet

func (*FederatedDaemonSetSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDaemonSetSpec.

func (*FederatedDaemonSetSpec) DeepCopyInto

func (in *FederatedDaemonSetSpec) DeepCopyInto(out *FederatedDaemonSetSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedDaemonSetStatus

type FederatedDaemonSetStatus struct {
}

FederatedDaemonSetStatus defines the observed state of FederatedDaemonSet

func (*FederatedDaemonSetStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDaemonSetStatus.

func (*FederatedDaemonSetStatus) DeepCopyInto

func (in *FederatedDaemonSetStatus) DeepCopyInto(out *FederatedDaemonSetStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedDeployment

type FederatedDeployment struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedDeploymentSpec   `json:"spec,omitempty"`
	Status FederatedDeploymentStatus `json:"status,omitempty"`
}

FederatedDeployment is the Schema for the federateddeployments API +k8s:openapi-gen=true

func (*FederatedDeployment) DeepCopy

func (in *FederatedDeployment) DeepCopy() *FederatedDeployment

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDeployment.

func (*FederatedDeployment) DeepCopyInto

func (in *FederatedDeployment) DeepCopyInto(out *FederatedDeployment)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedDeployment) DeepCopyObject

func (in *FederatedDeployment) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedDeploymentList

type FederatedDeploymentList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedDeployment `json:"items"`
}

FederatedDeploymentList contains a list of FederatedDeployment

func (*FederatedDeploymentList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDeploymentList.

func (*FederatedDeploymentList) DeepCopyInto

func (in *FederatedDeploymentList) DeepCopyInto(out *FederatedDeploymentList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedDeploymentList) DeepCopyObject

func (in *FederatedDeploymentList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedDeploymentSpec

type FederatedDeploymentSpec struct {
}

FederatedDeploymentSpec defines the desired state of FederatedDeployment

func (*FederatedDeploymentSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDeploymentSpec.

func (*FederatedDeploymentSpec) DeepCopyInto

func (in *FederatedDeploymentSpec) DeepCopyInto(out *FederatedDeploymentSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedDeploymentStatus

type FederatedDeploymentStatus struct {
}

FederatedDeploymentStatus defines the observed state of FederatedDeployment

func (*FederatedDeploymentStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedDeploymentStatus.

func (*FederatedDeploymentStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedEndpoints

type FederatedEndpoints struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedEndpointsSpec   `json:"spec,omitempty"`
	Status FederatedEndpointsStatus `json:"status,omitempty"`
}

FederatedEndpoints is the Schema for the federatedendpoints API +k8s:openapi-gen=true

func (*FederatedEndpoints) DeepCopy

func (in *FederatedEndpoints) DeepCopy() *FederatedEndpoints

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedEndpoints.

func (*FederatedEndpoints) DeepCopyInto

func (in *FederatedEndpoints) DeepCopyInto(out *FederatedEndpoints)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedEndpoints) DeepCopyObject

func (in *FederatedEndpoints) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedEndpointsList

type FederatedEndpointsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedEndpoints `json:"items"`
}

FederatedEndpointsList contains a list of FederatedEndpoints

func (*FederatedEndpointsList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedEndpointsList.

func (*FederatedEndpointsList) DeepCopyInto

func (in *FederatedEndpointsList) DeepCopyInto(out *FederatedEndpointsList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedEndpointsList) DeepCopyObject

func (in *FederatedEndpointsList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedEndpointsSpec

type FederatedEndpointsSpec struct {
}

FederatedEndpointsSpec defines the desired state of FederatedEndpoints

func (*FederatedEndpointsSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedEndpointsSpec.

func (*FederatedEndpointsSpec) DeepCopyInto

func (in *FederatedEndpointsSpec) DeepCopyInto(out *FederatedEndpointsSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedEndpointsStatus

type FederatedEndpointsStatus struct {
}

FederatedEndpointsStatus defines the observed state of FederatedEndpoints

func (*FederatedEndpointsStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedEndpointsStatus.

func (*FederatedEndpointsStatus) DeepCopyInto

func (in *FederatedEndpointsStatus) DeepCopyInto(out *FederatedEndpointsStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedIngress

type FederatedIngress struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedIngressSpec   `json:"spec,omitempty"`
	Status FederatedIngressStatus `json:"status,omitempty"`
}

FederatedIngress is the Schema for the federatedingresses API +k8s:openapi-gen=true

func (*FederatedIngress) DeepCopy

func (in *FederatedIngress) DeepCopy() *FederatedIngress

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIngress.

func (*FederatedIngress) DeepCopyInto

func (in *FederatedIngress) DeepCopyInto(out *FederatedIngress)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedIngress) DeepCopyObject

func (in *FederatedIngress) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedIngressList

type FederatedIngressList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedIngress `json:"items"`
}

FederatedIngressList contains a list of FederatedIngress

func (*FederatedIngressList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIngressList.

func (*FederatedIngressList) DeepCopyInto

func (in *FederatedIngressList) DeepCopyInto(out *FederatedIngressList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedIngressList) DeepCopyObject

func (in *FederatedIngressList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedIngressSpec

type FederatedIngressSpec struct {
}

FederatedIngressSpec defines the desired state of FederatedIngress

func (*FederatedIngressSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIngressSpec.

func (*FederatedIngressSpec) DeepCopyInto

func (in *FederatedIngressSpec) DeepCopyInto(out *FederatedIngressSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedIngressStatus

type FederatedIngressStatus struct {
}

FederatedIngressStatus defines the observed state of FederatedIngress

func (*FederatedIngressStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIngressStatus.

func (*FederatedIngressStatus) DeepCopyInto

func (in *FederatedIngressStatus) DeepCopyInto(out *FederatedIngressStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedJob

type FederatedJob struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedJobSpec   `json:"spec,omitempty"`
	Status FederatedJobStatus `json:"status,omitempty"`
}

FederatedJob is the Schema for the federatedjobs API +k8s:openapi-gen=true

func (*FederatedJob) DeepCopy

func (in *FederatedJob) DeepCopy() *FederatedJob

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedJob.

func (*FederatedJob) DeepCopyInto

func (in *FederatedJob) DeepCopyInto(out *FederatedJob)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedJob) DeepCopyObject

func (in *FederatedJob) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedJobList

type FederatedJobList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedJob `json:"items"`
}

FederatedJobList contains a list of FederatedJob

func (*FederatedJobList) DeepCopy

func (in *FederatedJobList) DeepCopy() *FederatedJobList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedJobList.

func (*FederatedJobList) DeepCopyInto

func (in *FederatedJobList) DeepCopyInto(out *FederatedJobList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedJobList) DeepCopyObject

func (in *FederatedJobList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedJobSpec

type FederatedJobSpec struct {
}

FederatedJobSpec defines the desired state of FederatedJob

func (*FederatedJobSpec) DeepCopy

func (in *FederatedJobSpec) DeepCopy() *FederatedJobSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedJobSpec.

func (*FederatedJobSpec) DeepCopyInto

func (in *FederatedJobSpec) DeepCopyInto(out *FederatedJobSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedJobStatus

type FederatedJobStatus struct {
}

FederatedJobStatus defines the observed state of FederatedJob

func (*FederatedJobStatus) DeepCopy

func (in *FederatedJobStatus) DeepCopy() *FederatedJobStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedJobStatus.

func (*FederatedJobStatus) DeepCopyInto

func (in *FederatedJobStatus) DeepCopyInto(out *FederatedJobStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedNamespace

type FederatedNamespace struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedNamespaceSpec   `json:"spec,omitempty"`
	Status FederatedNamespaceStatus `json:"status,omitempty"`
}

FederatedNamespace is the Schema for the federatednamespaces API +k8s:openapi-gen=true

func (*FederatedNamespace) DeepCopy

func (in *FederatedNamespace) DeepCopy() *FederatedNamespace

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedNamespace.

func (*FederatedNamespace) DeepCopyInto

func (in *FederatedNamespace) DeepCopyInto(out *FederatedNamespace)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedNamespace) DeepCopyObject

func (in *FederatedNamespace) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedNamespaceList

type FederatedNamespaceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedNamespace `json:"items"`
}

FederatedNamespaceList contains a list of FederatedNamespace

func (*FederatedNamespaceList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedNamespaceList.

func (*FederatedNamespaceList) DeepCopyInto

func (in *FederatedNamespaceList) DeepCopyInto(out *FederatedNamespaceList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedNamespaceList) DeepCopyObject

func (in *FederatedNamespaceList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedNamespaceSpec

type FederatedNamespaceSpec struct {
}

FederatedNamespaceSpec defines the desired state of FederatedNamespace

func (*FederatedNamespaceSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedNamespaceSpec.

func (*FederatedNamespaceSpec) DeepCopyInto

func (in *FederatedNamespaceSpec) DeepCopyInto(out *FederatedNamespaceSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedNamespaceStatus

type FederatedNamespaceStatus struct {
}

FederatedNamespaceStatus defines the observed state of FederatedNamespace

func (*FederatedNamespaceStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedNamespaceStatus.

func (*FederatedNamespaceStatus) DeepCopyInto

func (in *FederatedNamespaceStatus) DeepCopyInto(out *FederatedNamespaceStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedReplicaSet

type FederatedReplicaSet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedReplicaSetSpec   `json:"spec,omitempty"`
	Status FederatedReplicaSetStatus `json:"status,omitempty"`
}

FederatedReplicaSet is the Schema for the federatedreplicasets API +k8s:openapi-gen=true

func (*FederatedReplicaSet) DeepCopy

func (in *FederatedReplicaSet) DeepCopy() *FederatedReplicaSet

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicaSet.

func (*FederatedReplicaSet) DeepCopyInto

func (in *FederatedReplicaSet) DeepCopyInto(out *FederatedReplicaSet)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedReplicaSet) DeepCopyObject

func (in *FederatedReplicaSet) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedReplicaSetList

type FederatedReplicaSetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedReplicaSet `json:"items"`
}

FederatedReplicaSetList contains a list of FederatedReplicaSet

func (*FederatedReplicaSetList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicaSetList.

func (*FederatedReplicaSetList) DeepCopyInto

func (in *FederatedReplicaSetList) DeepCopyInto(out *FederatedReplicaSetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedReplicaSetList) DeepCopyObject

func (in *FederatedReplicaSetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedReplicaSetSpec

type FederatedReplicaSetSpec struct {
}

FederatedReplicaSetSpec defines the desired state of FederatedReplicaSet

func (*FederatedReplicaSetSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicaSetSpec.

func (*FederatedReplicaSetSpec) DeepCopyInto

func (in *FederatedReplicaSetSpec) DeepCopyInto(out *FederatedReplicaSetSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedReplicaSetStatus

type FederatedReplicaSetStatus struct {
}

FederatedReplicaSetStatus defines the observed state of FederatedReplicaSet

func (*FederatedReplicaSetStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicaSetStatus.

func (*FederatedReplicaSetStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedReplicationController

type FederatedReplicationController struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedReplicationControllerSpec   `json:"spec,omitempty"`
	Status FederatedReplicationControllerStatus `json:"status,omitempty"`
}

FederatedReplicationController is the Schema for the federatedreplicationcontrollers API +k8s:openapi-gen=true

func (*FederatedReplicationController) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicationController.

func (*FederatedReplicationController) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedReplicationController) DeepCopyObject

func (in *FederatedReplicationController) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedReplicationControllerList

type FederatedReplicationControllerList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedReplicationController `json:"items"`
}

FederatedReplicationControllerList contains a list of FederatedReplicationController

func (*FederatedReplicationControllerList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicationControllerList.

func (*FederatedReplicationControllerList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedReplicationControllerList) DeepCopyObject

func (in *FederatedReplicationControllerList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedReplicationControllerSpec

type FederatedReplicationControllerSpec struct {
}

FederatedReplicationControllerSpec defines the desired state of FederatedReplicationController

func (*FederatedReplicationControllerSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicationControllerSpec.

func (*FederatedReplicationControllerSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedReplicationControllerStatus

type FederatedReplicationControllerStatus struct {
}

FederatedReplicationControllerStatus defines the observed state of FederatedReplicationController

func (*FederatedReplicationControllerStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedReplicationControllerStatus.

func (*FederatedReplicationControllerStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedRole

type FederatedRole struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedRoleSpec   `json:"spec,omitempty"`
	Status FederatedRoleStatus `json:"status,omitempty"`
}

FederatedRole is the Schema for the federatedroles API +k8s:openapi-gen=true

func (*FederatedRole) DeepCopy

func (in *FederatedRole) DeepCopy() *FederatedRole

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRole.

func (*FederatedRole) DeepCopyInto

func (in *FederatedRole) DeepCopyInto(out *FederatedRole)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedRole) DeepCopyObject

func (in *FederatedRole) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedRoleBinding

type FederatedRoleBinding struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedRoleBindingSpec   `json:"spec,omitempty"`
	Status FederatedRoleBindingStatus `json:"status,omitempty"`
}

FederatedRoleBinding is the Schema for the federatedrolebindings API +k8s:openapi-gen=true

func (*FederatedRoleBinding) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRoleBinding.

func (*FederatedRoleBinding) DeepCopyInto

func (in *FederatedRoleBinding) DeepCopyInto(out *FederatedRoleBinding)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedRoleBinding) DeepCopyObject

func (in *FederatedRoleBinding) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedRoleBindingList

type FederatedRoleBindingList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedRoleBinding `json:"items"`
}

FederatedRoleBindingList contains a list of FederatedRoleBinding

func (*FederatedRoleBindingList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRoleBindingList.

func (*FederatedRoleBindingList) DeepCopyInto

func (in *FederatedRoleBindingList) DeepCopyInto(out *FederatedRoleBindingList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedRoleBindingList) DeepCopyObject

func (in *FederatedRoleBindingList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedRoleBindingSpec

type FederatedRoleBindingSpec struct {
}

FederatedRoleBindingSpec defines the desired state of FederatedRoleBinding

func (*FederatedRoleBindingSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRoleBindingSpec.

func (*FederatedRoleBindingSpec) DeepCopyInto

func (in *FederatedRoleBindingSpec) DeepCopyInto(out *FederatedRoleBindingSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedRoleBindingStatus

type FederatedRoleBindingStatus struct {
}

FederatedRoleBindingStatus defines the observed state of FederatedRoleBinding

func (*FederatedRoleBindingStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRoleBindingStatus.

func (*FederatedRoleBindingStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedRoleList

type FederatedRoleList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedRole `json:"items"`
}

FederatedRoleList contains a list of FederatedRole

func (*FederatedRoleList) DeepCopy

func (in *FederatedRoleList) DeepCopy() *FederatedRoleList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRoleList.

func (*FederatedRoleList) DeepCopyInto

func (in *FederatedRoleList) DeepCopyInto(out *FederatedRoleList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedRoleList) DeepCopyObject

func (in *FederatedRoleList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedRoleSpec

type FederatedRoleSpec struct {
}

FederatedRoleSpec defines the desired state of FederatedRole

func (*FederatedRoleSpec) DeepCopy

func (in *FederatedRoleSpec) DeepCopy() *FederatedRoleSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRoleSpec.

func (*FederatedRoleSpec) DeepCopyInto

func (in *FederatedRoleSpec) DeepCopyInto(out *FederatedRoleSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedRoleStatus

type FederatedRoleStatus struct {
}

FederatedRoleStatus defines the observed state of FederatedRole

func (*FederatedRoleStatus) DeepCopy

func (in *FederatedRoleStatus) DeepCopy() *FederatedRoleStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedRoleStatus.

func (*FederatedRoleStatus) DeepCopyInto

func (in *FederatedRoleStatus) DeepCopyInto(out *FederatedRoleStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedSecret

type FederatedSecret struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedSecretSpec   `json:"spec,omitempty"`
	Status FederatedSecretStatus `json:"status,omitempty"`
}

FederatedSecret is the Schema for the federatedsecrets API +k8s:openapi-gen=true

func (*FederatedSecret) DeepCopy

func (in *FederatedSecret) DeepCopy() *FederatedSecret

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedSecret.

func (*FederatedSecret) DeepCopyInto

func (in *FederatedSecret) DeepCopyInto(out *FederatedSecret)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedSecret) DeepCopyObject

func (in *FederatedSecret) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedSecretList

type FederatedSecretList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedSecret `json:"items"`
}

FederatedSecretList contains a list of FederatedSecret

func (*FederatedSecretList) DeepCopy

func (in *FederatedSecretList) DeepCopy() *FederatedSecretList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedSecretList.

func (*FederatedSecretList) DeepCopyInto

func (in *FederatedSecretList) DeepCopyInto(out *FederatedSecretList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedSecretList) DeepCopyObject

func (in *FederatedSecretList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedSecretSpec

type FederatedSecretSpec struct {
}

FederatedSecretSpec defines the desired state of FederatedSecret

func (*FederatedSecretSpec) DeepCopy

func (in *FederatedSecretSpec) DeepCopy() *FederatedSecretSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedSecretSpec.

func (*FederatedSecretSpec) DeepCopyInto

func (in *FederatedSecretSpec) DeepCopyInto(out *FederatedSecretSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedSecretStatus

type FederatedSecretStatus struct {
}

FederatedSecretStatus defines the observed state of FederatedSecret

func (*FederatedSecretStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedSecretStatus.

func (*FederatedSecretStatus) DeepCopyInto

func (in *FederatedSecretStatus) DeepCopyInto(out *FederatedSecretStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedService

type FederatedService struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedServiceSpec   `json:"spec,omitempty"`
	Status FederatedServiceStatus `json:"status,omitempty"`
}

FederatedService is the Schema for the federatedservices API +k8s:openapi-gen=true

func (*FederatedService) DeepCopy

func (in *FederatedService) DeepCopy() *FederatedService

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedService.

func (*FederatedService) DeepCopyInto

func (in *FederatedService) DeepCopyInto(out *FederatedService)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedService) DeepCopyObject

func (in *FederatedService) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedServiceAccount

type FederatedServiceAccount struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedServiceAccountSpec   `json:"spec,omitempty"`
	Status FederatedServiceAccountStatus `json:"status,omitempty"`
}

FederatedServiceAccount is the Schema for the federatedserviceaccounts API +k8s:openapi-gen=true

func (*FederatedServiceAccount) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedServiceAccount.

func (*FederatedServiceAccount) DeepCopyInto

func (in *FederatedServiceAccount) DeepCopyInto(out *FederatedServiceAccount)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedServiceAccount) DeepCopyObject

func (in *FederatedServiceAccount) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedServiceAccountList

type FederatedServiceAccountList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedServiceAccount `json:"items"`
}

FederatedServiceAccountList contains a list of FederatedServiceAccount

func (*FederatedServiceAccountList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedServiceAccountList.

func (*FederatedServiceAccountList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedServiceAccountList) DeepCopyObject

func (in *FederatedServiceAccountList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedServiceAccountSpec

type FederatedServiceAccountSpec struct {
}

FederatedServiceAccountSpec defines the desired state of FederatedServiceAccount

func (*FederatedServiceAccountSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedServiceAccountSpec.

func (*FederatedServiceAccountSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedServiceAccountStatus

type FederatedServiceAccountStatus struct {
}

FederatedServiceAccountStatus defines the observed state of FederatedServiceAccount

func (*FederatedServiceAccountStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedServiceAccountStatus.

func (*FederatedServiceAccountStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedServiceList

type FederatedServiceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedService `json:"items"`
}

FederatedServiceList contains a list of FederatedService

func (*FederatedServiceList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedServiceList.

func (*FederatedServiceList) DeepCopyInto

func (in *FederatedServiceList) DeepCopyInto(out *FederatedServiceList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedServiceList) DeepCopyObject

func (in *FederatedServiceList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedServiceSpec

type FederatedServiceSpec struct {
}

FederatedServiceSpec defines the desired state of FederatedService

func (*FederatedServiceSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedServiceSpec.

func (*FederatedServiceSpec) DeepCopyInto

func (in *FederatedServiceSpec) DeepCopyInto(out *FederatedServiceSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedServiceStatus

type FederatedServiceStatus struct {
}

FederatedServiceStatus defines the observed state of FederatedService

func (*FederatedServiceStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedServiceStatus.

func (*FederatedServiceStatus) DeepCopyInto

func (in *FederatedServiceStatus) DeepCopyInto(out *FederatedServiceStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedStatefulSet

type FederatedStatefulSet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FederatedStatefulSetSpec   `json:"spec,omitempty"`
	Status FederatedStatefulSetStatus `json:"status,omitempty"`
}

FederatedStatefulSet is the Schema for the federatedstatefulsets API +k8s:openapi-gen=true

func (*FederatedStatefulSet) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedStatefulSet.

func (*FederatedStatefulSet) DeepCopyInto

func (in *FederatedStatefulSet) DeepCopyInto(out *FederatedStatefulSet)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedStatefulSet) DeepCopyObject

func (in *FederatedStatefulSet) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedStatefulSetList

type FederatedStatefulSetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FederatedStatefulSet `json:"items"`
}

FederatedStatefulSetList contains a list of FederatedStatefulSet

func (*FederatedStatefulSetList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedStatefulSetList.

func (*FederatedStatefulSetList) DeepCopyInto

func (in *FederatedStatefulSetList) DeepCopyInto(out *FederatedStatefulSetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FederatedStatefulSetList) DeepCopyObject

func (in *FederatedStatefulSetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FederatedStatefulSetSpec

type FederatedStatefulSetSpec struct {
}

FederatedStatefulSetSpec defines the desired state of FederatedStatefulSet

func (*FederatedStatefulSetSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedStatefulSetSpec.

func (*FederatedStatefulSetSpec) DeepCopyInto

func (in *FederatedStatefulSetSpec) DeepCopyInto(out *FederatedStatefulSetSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FederatedStatefulSetStatus

type FederatedStatefulSetStatus struct {
}

FederatedStatefulSetStatus defines the observed state of FederatedStatefulSet

func (*FederatedStatefulSetStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedStatefulSetStatus.

func (*FederatedStatefulSetStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL