Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
type AddOperation ¶ added in v0.9.2
type AddOperation struct {
	Path  string      `json:"path"`
	Value interface{} `json:"value"`
	Op    string      `json:"op"`
}
    func (*AddOperation) GetPath ¶ added in v0.9.2
func (o *AddOperation) GetPath() string
func (*AddOperation) MarshalJSON ¶ added in v0.9.2
func (o *AddOperation) MarshalJSON() ([]byte, error)
func (*AddOperation) String ¶ added in v0.9.2
func (o *AddOperation) String() string
type PatchOperation ¶ added in v0.9.2
type PatchOperations ¶ added in v0.9.2
type PatchOperations []PatchOperation
func (PatchOperations) Equal ¶ added in v0.9.2
func (po PatchOperations) Equal(ops []PatchOperation) bool
func (PatchOperations) MarshalJSON ¶ added in v0.9.2
func (po PatchOperations) MarshalJSON() ([]byte, error)
type RemoveOperation ¶ added in v0.9.2
func (*RemoveOperation) GetPath ¶ added in v0.9.2
func (o *RemoveOperation) GetPath() string
func (*RemoveOperation) MarshalJSON ¶ added in v0.9.2
func (o *RemoveOperation) MarshalJSON() ([]byte, error)
func (*RemoveOperation) String ¶ added in v0.9.2
func (o *RemoveOperation) String() string
type ReplaceOperation ¶ added in v0.9.2
type ReplaceOperation struct {
	Path  string      `json:"path"`
	Value interface{} `json:"value"`
	Op    string      `json:"op"`
}
    func (*ReplaceOperation) GetPath ¶ added in v0.9.2
func (o *ReplaceOperation) GetPath() string
func (*ReplaceOperation) MarshalJSON ¶ added in v0.9.2
func (o *ReplaceOperation) MarshalJSON() ([]byte, error)
func (*ReplaceOperation) String ¶ added in v0.9.2
func (o *ReplaceOperation) String() string
      
      Source Files
      ¶
    
- 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_resource_quota.go
 - resource_kubernetes_secret.go
 - resource_kubernetes_service.go
 - schema_metadata.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
 - validators.go
 
 Click to show internal directories. 
   Click to hide internal directories.