v1beta1

package
v1.29.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package v1beta1 is the v1beta1 version of the API. +groupName=networking.gke.io

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: ingparams.GroupName, Version: "v1beta1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

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

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

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

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.

Jump to

Keyboard shortcuts

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