Documentation ¶
Index ¶
- type IngressHelper
- func (ing IngressHelper) IngressAnnotationBatchGet(ingress interface{}) (map[string]string, error)
- func (ing IngressHelper) IngressAnnotationBatchSet(ingress interface{}, kvs map[string]string) error
- func (ing IngressHelper) IngressAnnotationClear(ingress interface{}, key string) error
- func (ing IngressHelper) IngressAnnotationGet(ingress interface{}, key string) (string, error)
- func (ing IngressHelper) IngressAnnotationSet(ingress interface{}, key, value string) error
- func (ing IngressHelper) Ingresses(namespace string) union_interface.IngressInterface
- func (ing IngressHelper) NewIngress(material union_interface.IngressMaterial) interface{}
- type Ingresses
- func (ing Ingresses) Apply(ctx context.Context, ingress interface{}, opts v1.ApplyOptions) (result interface{}, err error)
- func (ing Ingresses) ApplyStatus(ctx context.Context, ingress interface{}, opts v1.ApplyOptions) (result interface{}, err error)
- func (ing Ingresses) Create(ctx context.Context, ingress interface{}, opts v1.CreateOptions) (interface{}, error)
- func (ing Ingresses) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (ing Ingresses) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (ing Ingresses) Get(ctx context.Context, name string, opts v1.GetOptions) (interface{}, error)
- func (ing Ingresses) List(ctx context.Context, opts v1.ListOptions) (interface{}, error)
- func (ing Ingresses) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result interface{}, err error)
- func (ing Ingresses) Update(ctx context.Context, ingress interface{}, opts v1.UpdateOptions) (interface{}, error)
- func (ing Ingresses) UpdateStatus(ctx context.Context, ingress interface{}, opts v1.UpdateOptions) (interface{}, error)
- func (ing Ingresses) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressHelper ¶
type IngressHelper struct {
// contains filtered or unexported fields
}
func NewIngressHelper ¶
func NewIngressHelper(client ExtensionsV1beta1Interface) IngressHelper
func (IngressHelper) IngressAnnotationBatchGet ¶
func (ing IngressHelper) IngressAnnotationBatchGet(ingress interface{}) (map[string]string, error)
func (IngressHelper) IngressAnnotationBatchSet ¶
func (ing IngressHelper) IngressAnnotationBatchSet(ingress interface{}, kvs map[string]string) error
func (IngressHelper) IngressAnnotationClear ¶
func (ing IngressHelper) IngressAnnotationClear(ingress interface{}, key string) error
func (IngressHelper) IngressAnnotationGet ¶
func (ing IngressHelper) IngressAnnotationGet(ingress interface{}, key string) (string, error)
func (IngressHelper) IngressAnnotationSet ¶
func (ing IngressHelper) IngressAnnotationSet(ingress interface{}, key, value string) error
func (IngressHelper) Ingresses ¶
func (ing IngressHelper) Ingresses(namespace string) union_interface.IngressInterface
func (IngressHelper) NewIngress ¶
func (ing IngressHelper) NewIngress(material union_interface.IngressMaterial) interface{}
type Ingresses ¶
type Ingresses struct {
// contains filtered or unexported fields
}
func (Ingresses) ApplyStatus ¶
func (Ingresses) DeleteCollection ¶
func (ing Ingresses) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
func (Ingresses) UpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.