Documentation ¶
Index ¶
- func CreateOrPatchStorageClass(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, ...) (*storage.StorageClass, kutil.VerbType, error)
- func PatchStorageClass(ctx context.Context, c kubernetes.Interface, cur *storage.StorageClass, ...) (*storage.StorageClass, kutil.VerbType, error)
- func PatchStorageClassObject(ctx context.Context, c kubernetes.Interface, cur, mod *storage.StorageClass, ...) (*storage.StorageClass, kutil.VerbType, error)
- func TryUpdateStorageClass(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, ...) (result *storage.StorageClass, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchStorageClass ¶
func CreateOrPatchStorageClass(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, transform func(*storage.StorageClass) *storage.StorageClass, opts metav1.PatchOptions) (*storage.StorageClass, kutil.VerbType, error)
func PatchStorageClass ¶
func PatchStorageClass(ctx context.Context, c kubernetes.Interface, cur *storage.StorageClass, transform func(*storage.StorageClass) *storage.StorageClass, opts metav1.PatchOptions) (*storage.StorageClass, kutil.VerbType, error)
func PatchStorageClassObject ¶
func PatchStorageClassObject(ctx context.Context, c kubernetes.Interface, cur, mod *storage.StorageClass, opts metav1.PatchOptions) (*storage.StorageClass, kutil.VerbType, error)
func TryUpdateStorageClass ¶
func TryUpdateStorageClass(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, transform func(*storage.StorageClass) *storage.StorageClass, opts metav1.UpdateOptions) (result *storage.StorageClass, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.