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 KubeProvider ¶
type KubeProvider func() (*kubernetes.Clientset, restclient.Config)
KubeProvider func to return client and config to work with K8s API
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
Click to show internal directories.
Click to hide internal directories.