k8s_resource_types

package
v3.9.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IngressClassTypeMeta = k8s_metav1.TypeMeta{
	APIVersion: types_net_v1.SchemeGroupVersion.String(),
	Kind:       "IngressClass",
}
View Source
var IngressTypeMeta = k8s_metav1.TypeMeta{
	APIVersion: types_ext_v1beta1.SchemeGroupVersion.String(),
	Kind:       "Ingress",
}

Functions

This section is empty.

Types

type Ingress

type Ingress = types_ext_v1beta1.Ingress

TODO: Update the consumers (mostly Python, unfortunately... weaker typechecking makes this hard) of this to understand types_net_v1.Ingress (or even types_net_internal.Ingress) instead.

func NewIngress

func NewIngress(untyped k8s_runtime.Object) (*Ingress, error)

type IngressClass

type IngressClass = types_net_v1.IngressClass

TODO: Consider migrating the consumers (mostly Python, unfortunately... weaker typechecking makes this hard) of this to understand types_net_internal.IngressClass instead?

func NewIngressClass

func NewIngressClass(untyped k8s_runtime.Object) (*IngressClass, error)

Jump to

Keyboard shortcuts

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