Documentation ¶
Overview ¶
Package v1beta1 is the v1beta1 version of the API. +groupName=networking.gke.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: ingparams.GroupName, Version: "v1beta1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type GCPIngressParams ¶
type GCPIngressParams struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GCPIngressParamsSpec `json:"spec,omitempty"` Status GCPIngressParamsStatus `json:"status,omitempty"` }
GCPIngressParams contains the parameters for GCP Ingress Classes +genclient +genclient:noStatus +genclient:nonNamespaced +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +k8s:openapi-gen=true
func (*GCPIngressParams) DeepCopy ¶
func (in *GCPIngressParams) DeepCopy() *GCPIngressParams
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPIngressParams.
func (*GCPIngressParams) DeepCopyInto ¶
func (in *GCPIngressParams) DeepCopyInto(out *GCPIngressParams)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GCPIngressParams) DeepCopyObject ¶
func (in *GCPIngressParams) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GCPIngressParamsList ¶
type GCPIngressParamsList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []GCPIngressParams `json:"items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object GCPIngressParamsList is a list of GCPIngressParams resources
func (*GCPIngressParamsList) DeepCopy ¶
func (in *GCPIngressParamsList) DeepCopy() *GCPIngressParamsList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPIngressParamsList.
func (*GCPIngressParamsList) DeepCopyInto ¶
func (in *GCPIngressParamsList) DeepCopyInto(out *GCPIngressParamsList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GCPIngressParamsList) DeepCopyObject ¶
func (in *GCPIngressParamsList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GCPIngressParamsSpec ¶
type GCPIngressParamsSpec struct { // Internal specifies whether internal or external load balancing is desired. // The default is external load balancing, so Internal will default to false. // +required Internal bool `json:"internal"` }
GCPIngressParamsSpec is the spec for a GCPIngressParams resource +k8s:openapi-gen=true
func (*GCPIngressParamsSpec) DeepCopy ¶
func (in *GCPIngressParamsSpec) DeepCopy() *GCPIngressParamsSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPIngressParamsSpec.
func (*GCPIngressParamsSpec) DeepCopyInto ¶
func (in *GCPIngressParamsSpec) DeepCopyInto(out *GCPIngressParamsSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GCPIngressParamsStatus ¶
type GCPIngressParamsStatus struct{}
GCPIngressParamsStatus is the status for a GCPIngressParams resource
func (*GCPIngressParamsStatus) DeepCopy ¶
func (in *GCPIngressParamsStatus) DeepCopy() *GCPIngressParamsStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPIngressParamsStatus.
func (*GCPIngressParamsStatus) DeepCopyInto ¶
func (in *GCPIngressParamsStatus) DeepCopyInto(out *GCPIngressParamsStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.