kubernetes

package
v0.9.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2017 License: MPL-2.0 Imports: 26 Imported by: 0

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 PatchOperation interface {
	MarshalJSON() ([]byte, error)
	GetPath() string
}

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

type RemoveOperation struct {
	Path string `json:"path"`
	Op   string `json:"op"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL