Documentation ¶
Index ¶
- type Secrets
- func (obj *Secrets) Apply(yaml string, namespace string) (k8sTypes.Secret, error)
- func (obj *Secrets) Create(secret k8sTypes.Secret, namespace string, opts metav1.CreateOptions) (k8sTypes.Secret, error)
- func (obj *Secrets) Delete(name, namespace string, opts metav1.DeleteOptions) error
- func (obj *Secrets) Get(name, namespace string, opts metav1.GetOptions) (k8sTypes.Secret, error)
- func (obj *Secrets) Kill(name, namespace string, opts metav1.DeleteOptions) errordeprecated
- func (obj *Secrets) List(namespace string) ([]k8sTypes.Secret, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secrets ¶
type Secrets struct {
// contains filtered or unexported fields
}
func New ¶
func New(client *kubernetes.Clientset, metaOptions metav1.ListOptions, ctx context.Context) *Secrets
func (*Secrets) Delete ¶
func (obj *Secrets) Delete(name, namespace string, opts metav1.DeleteOptions) error
Click to show internal directories.
Click to hide internal directories.