Documentation ¶
Index ¶
- func CopyConfigMap(old v1.ConfigMap) *v1.ConfigMap
- func CopyIngress(old v1beta1.Ingress) *v1beta1.Ingress
- func CreateFakeHTTPClient() *fake.RESTClient
- func NewConfigMap(name, namespace string, annotations map[string]string, data map[string]string) *v1.ConfigMap
- func NewIngress(name, namespace string, annotations map[string]string, ...) *v1beta1.Ingress
- func NewNamespace(name string, labels map[string]string) *v1.Namespace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyConfigMap ¶
CopyConfigMap copies a ConfigMap object
func CopyIngress ¶
CopyIngress copies an Ingress object
func CreateFakeHTTPClient ¶
func CreateFakeHTTPClient() *fake.RESTClient
CreateFakeHTTPClient returns a fake RESTClient which also satisfies rest.Interface
func NewConfigMap ¶
func NewConfigMap( name, namespace string, annotations map[string]string, data map[string]string, ) *v1.ConfigMap
NewConfigMap creates a ConfigMap object
func NewIngress ¶
func NewIngress( name, namespace string, annotations map[string]string, spec v1beta1.IngressSpec, ) *v1beta1.Ingress
NewIngress creates an Ingress object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.