Documentation ¶
Index ¶
- func ConvertCoreVolumes(volumes []v1.Volume) ([]core.Volume, error)
- func ConvertEphemeralContainer(ecs []v1.EphemeralContainer) ([]core.EphemeralContainer, error)
- func ConvertPod(pod *v1.Pod) (*core.Pod, error)
- func ConvertPodTemplateSpec(template *v1.PodTemplateSpec) (*core.PodTemplateSpec, error)
- func GetIntOrPercentValue(intOrStringValue intstr.IntOrString) int
- func GetPercentValue(intOrStringValue intstr.IntOrString) (int, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertEphemeralContainer ¶ added in v1.7.0
func ConvertEphemeralContainer(ecs []v1.EphemeralContainer) ([]core.EphemeralContainer, error)
func ConvertPodTemplateSpec ¶
func ConvertPodTemplateSpec(template *v1.PodTemplateSpec) (*core.PodTemplateSpec, error)
func GetIntOrPercentValue ¶
func GetIntOrPercentValue(intOrStringValue intstr.IntOrString) int
func GetPercentValue ¶
func GetPercentValue(intOrStringValue intstr.IntOrString) (int, bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.