Documentation
¶
Index ¶
- func CreateOrPatchDeploymentConfig(c cs.Interface, meta metav1.ObjectMeta, ...) (*apps.DeploymentConfig, kutil.VerbType, error)
- func DeleteDeploymentConfig(kc kubernetes.Interface, occ cs.Interface, meta metav1.ObjectMeta) error
- func PatchDeploymentConfig(c cs.Interface, cur *apps.DeploymentConfig, ...) (*apps.DeploymentConfig, kutil.VerbType, error)
- func PatchDeploymentConfigObject(c cs.Interface, cur, mod *apps.DeploymentConfig) (*apps.DeploymentConfig, kutil.VerbType, error)
- func TryUpdateDeploymentConfig(c cs.Interface, meta metav1.ObjectMeta, ...) (result *apps.DeploymentConfig, err error)
- func WaitUntilDeploymentConfigReady(c cs.Interface, meta metav1.ObjectMeta) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchDeploymentConfig ¶
func CreateOrPatchDeploymentConfig(c cs.Interface, meta metav1.ObjectMeta, transform func(*apps.DeploymentConfig) *apps.DeploymentConfig) (*apps.DeploymentConfig, kutil.VerbType, error)
func DeleteDeploymentConfig ¶
func DeleteDeploymentConfig(kc kubernetes.Interface, occ cs.Interface, meta metav1.ObjectMeta) error
func PatchDeploymentConfig ¶
func PatchDeploymentConfig(c cs.Interface, cur *apps.DeploymentConfig, transform func(*apps.DeploymentConfig) *apps.DeploymentConfig) (*apps.DeploymentConfig, kutil.VerbType, error)
func PatchDeploymentConfigObject ¶
func PatchDeploymentConfigObject(c cs.Interface, cur, mod *apps.DeploymentConfig) (*apps.DeploymentConfig, kutil.VerbType, error)
func TryUpdateDeploymentConfig ¶
func TryUpdateDeploymentConfig(c cs.Interface, meta metav1.ObjectMeta, transform func(*apps.DeploymentConfig) *apps.DeploymentConfig) (result *apps.DeploymentConfig, err error)
func WaitUntilDeploymentConfigReady ¶
func WaitUntilDeploymentConfigReady(c cs.Interface, meta metav1.ObjectMeta) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.