Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
- event_helpers.go
- patch_operations.go
- provider.go
- resource_kubernetes_config_map.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
- schema_container.go
- schema_metadata.go
- schema_pod_spec.go
- schema_volume_source.go
- structure_horizontal_pod_autoscaler.go
- structure_persistent_volume_claim.go
- structure_persistent_volume_spec.go
- structure_service_spec.go
- structures.go
- structures_container.go
- structures_pod.go
- structures_replication_controller.go
- validators.go
Click to show internal directories.
Click to hide internal directories.