Documentation ¶
Index ¶
Constants ¶
View Source
const (
// https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/deployment/util/deployment_util.go#L93
TimedOutReason = "ProgressDeadlineExceeded"
)
Variables ¶
This section is empty.
Functions ¶
func GetDeploymentCondition ¶ added in v1.3.0
func GetDeploymentCondition(status appsv1.DeploymentStatus, condType appsv1.DeploymentConditionType) *appsv1.DeploymentCondition
GetDeploymentConditionInternal returns the condition with the provided type. Borrowed from: https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/deployment/util/deployment_util.go#L135
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
type AddOperation ¶
type AddOperation struct { Path string `json:"path"` Value interface{} `json:"value"` Op string `json:"op"` }
func (*AddOperation) GetPath ¶
func (o *AddOperation) GetPath() string
func (*AddOperation) MarshalJSON ¶
func (o *AddOperation) MarshalJSON() ([]byte, error)
func (*AddOperation) String ¶
func (o *AddOperation) String() string
type PatchOperation ¶
type PatchOperations ¶
type PatchOperations []PatchOperation
func (PatchOperations) Equal ¶
func (po PatchOperations) Equal(ops []PatchOperation) bool
func (PatchOperations) MarshalJSON ¶
func (po PatchOperations) MarshalJSON() ([]byte, error)
type RemoveOperation ¶
func (*RemoveOperation) GetPath ¶
func (o *RemoveOperation) GetPath() string
func (*RemoveOperation) MarshalJSON ¶
func (o *RemoveOperation) MarshalJSON() ([]byte, error)
func (*RemoveOperation) String ¶
func (o *RemoveOperation) String() string
type ReplaceOperation ¶
type ReplaceOperation struct { Path string `json:"path"` Value interface{} `json:"value"` Op string `json:"op"` }
func (*ReplaceOperation) GetPath ¶
func (o *ReplaceOperation) GetPath() string
func (*ReplaceOperation) MarshalJSON ¶
func (o *ReplaceOperation) MarshalJSON() ([]byte, error)
func (*ReplaceOperation) String ¶
func (o *ReplaceOperation) String() string
Source Files ¶
- data_source_kubernetes_service.go
- data_source_kubernetes_storage_class.go
- diff_supress_funcs.go
- event_helpers.go
- patch_operations.go
- provider.go
- resource_kubernetes_cluster_role_binding.go
- resource_kubernetes_config_map.go
- resource_kubernetes_deployment.go
- resource_kubernetes_horizontal_pod_autoscaler.go
- resource_kubernetes_limit_range.go
- resource_kubernetes_namespace.go
- resource_kubernetes_persistent_volume.go
- resource_kubernetes_persistent_volume_claim.go
- resource_kubernetes_pod.go
- resource_kubernetes_replication_controller.go
- resource_kubernetes_resource_quota.go
- resource_kubernetes_secret.go
- resource_kubernetes_service.go
- resource_kubernetes_service_account.go
- resource_kubernetes_stateful_set.go
- resource_kubernetes_storage_class.go
- schema_container.go
- schema_label_selector.go
- schema_metadata.go
- schema_persistent_volume_claim.go
- schema_pod_spec.go
- schema_pod_template.go
- schema_rbac.go
- schema_stateful_set_spec.go
- schema_volume_source.go
- structure_horizontal_pod_autoscaler.go
- structure_label_selector.go
- structure_persistent_volume_claim.go
- structure_persistent_volume_spec.go
- structure_service_spec.go
- structures.go
- structures_container.go
- structures_deployment.go
- structures_pod.go
- structures_rbac.go
- structures_replication_controller.go
- structures_stateful_set.go
- validators.go
Click to show internal directories.
Click to hide internal directories.