Documentation ¶
Index ¶
- Constants
- Variables
- func FullVersion() string
- func GetDeploymentConfigCondition(status api.DeploymentConfigStatus, condType api.DeploymentConditionType) *api.DeploymentCondition
- func Provider() terraform.ResourceProvider
- type AddOperation
- type PatchOperation
- type PatchOperations
- type RemoveOperation
- type ReplaceOperation
Constants ¶
View Source
const (
// https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/deployment/util/deployment_util.go#L84
TimedOutReason = "ProgressDeadlineExceeded"
)
Variables ¶
View Source
var ( // Version app version Version = "1.1.0" // Revision git commit short commithash Revision = "xxxxxx" // set on build )
Functions ¶
func GetDeploymentConfigCondition ¶
func GetDeploymentConfigCondition(status api.DeploymentConfigStatus, condType api.DeploymentConditionType) *api.DeploymentCondition
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 ¶
- diff_supress_funcs.go
- patch_operations.go
- provider.go
- resource_openshift_build_config.go
- resource_openshift_deployment_config.go
- resource_openshift_image_stream.go
- resource_openshift_netnamespace.go
- resource_openshift_project.go
- resource_openshift_project_request.go
- resource_openshift_route.go
- resource_openshift_secret.go
- schema_affinity_spec.go
- schema_container.go
- schema_helpers.go
- schema_label_selector.go
- schema_metadata.go
- schema_pod_spec.go
- schema_volume_source.go
- structure_hostalias.go
- structure_label_selector.go
- structure_persistent_volume_spec.go
- structures.go
- structures_affinity.go
- structures_build_config.go
- structures_container.go
- structures_deployment_config.go
- structures_image_stream.go
- structures_pod.go
- structures_route.go
- validators.go
- version.go
Click to show internal directories.
Click to hide internal directories.