Documentation ¶
Index ¶
- func AWSElasticBlockStoreVolumeSource(userAWSElasticBlockStoreVolumeSource map[string]interface{}) *api.AWSElasticBlockStoreVolumeSource
- func ContainerPorts(userPorts []interface{}) []api.ContainerPort
- func Containers(userContainers []interface{}) []api.Container
- func EmptyDirVolumeSource(userEmptyDirVolumeSource map[string]interface{}) *api.EmptyDirVolumeSource
- func EnvVar(userEnvVars []interface{}) []api.EnvVar
- func GCEPersistentDiskVolumeSource(userGCEPersistentDiskVolumeSource map[string]interface{}) *api.GCEPersistentDiskVolumeSource
- func GitRepoVolumeSource(userGitRepoVolumeSource map[string]interface{}) *api.GitRepoVolumeSource
- func HostPathVolumeSource(userHostPathVolumeSource map[string]interface{}) *api.HostPathVolumeSource
- func Namespace(d *schema.ResourceData, version string) *api.Namespace
- func NamespaceSpec(namespaceSpecs []interface{}) api.NamespaceSpec
- func PersistentVolumeClaimVolumeSource(userPersistentVolumeClaimVolumeSource map[string]interface{}) *api.PersistentVolumeClaimVolumeSource
- func Pod(d *schema.ResourceData, version string) *api.Pod
- func PodSpec(podSpecs []interface{}) api.PodSpec
- func PodTemplateSpec(templates []interface{}) *api.PodTemplateSpec
- func ReplicationController(d *schema.ResourceData, version string) *api.ReplicationController
- func ReplicationControllerSpec(specs []interface{}) api.ReplicationControllerSpec
- func SecretVolumeSource(userSecretVolumeSource map[string]interface{}) *api.SecretVolumeSource
- func Service(d *schema.ResourceData, version string) *api.Service
- func ServicePorts(srvcPorts []interface{}) []api.ServicePort
- func ServiceSpec(srvcSpecs []interface{}) api.ServiceSpec
- func Volume(userVolume map[string]interface{}) *api.Volume
- func VolumeMounts(userVolumeMounts []interface{}) []api.VolumeMount
- func Volumes(userVolumes []interface{}) []api.Volume
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AWSElasticBlockStoreVolumeSource ¶
func AWSElasticBlockStoreVolumeSource(userAWSElasticBlockStoreVolumeSource map[string]interface{}) *api.AWSElasticBlockStoreVolumeSource
func ContainerPorts ¶
func ContainerPorts(userPorts []interface{}) []api.ContainerPort
func Containers ¶
func EmptyDirVolumeSource ¶
func EmptyDirVolumeSource(userEmptyDirVolumeSource map[string]interface{}) *api.EmptyDirVolumeSource
func GCEPersistentDiskVolumeSource ¶
func GCEPersistentDiskVolumeSource(userGCEPersistentDiskVolumeSource map[string]interface{}) *api.GCEPersistentDiskVolumeSource
func GitRepoVolumeSource ¶
func GitRepoVolumeSource(userGitRepoVolumeSource map[string]interface{}) *api.GitRepoVolumeSource
func HostPathVolumeSource ¶
func HostPathVolumeSource(userHostPathVolumeSource map[string]interface{}) *api.HostPathVolumeSource
func NamespaceSpec ¶
func NamespaceSpec(namespaceSpecs []interface{}) api.NamespaceSpec
func PersistentVolumeClaimVolumeSource ¶
func PersistentVolumeClaimVolumeSource(userPersistentVolumeClaimVolumeSource map[string]interface{}) *api.PersistentVolumeClaimVolumeSource
func PodTemplateSpec ¶
func PodTemplateSpec(templates []interface{}) *api.PodTemplateSpec
func ReplicationController ¶
func ReplicationController(d *schema.ResourceData, version string) *api.ReplicationController
func ReplicationControllerSpec ¶
func ReplicationControllerSpec(specs []interface{}) api.ReplicationControllerSpec
func SecretVolumeSource ¶
func SecretVolumeSource(userSecretVolumeSource map[string]interface{}) *api.SecretVolumeSource
func ServicePorts ¶
func ServicePorts(srvcPorts []interface{}) []api.ServicePort
func ServiceSpec ¶
func ServiceSpec(srvcSpecs []interface{}) api.ServiceSpec
func VolumeMounts ¶
func VolumeMounts(userVolumeMounts []interface{}) []api.VolumeMount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.