Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2023retracted Changes in this version + const GroupName + const LegacyGroupName + var AddToScheme = SchemeBuilder.AddToScheme + var AddToSchemeInCoreGroup = LegacySchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var Install = SchemeBuilder.AddToScheme + var LegacySchemeBuilder = runtime.NewSchemeBuilder(addLegacyKnownTypes) + var LegacySchemeGroupVersion = schema.GroupVersion + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = GroupVersion + type Config struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + CPUSet string + CPUShares int64 + Cmd []string + DNS []string + Domainname string + Entrypoint []string + Env []string + ExposedPorts map[Port]struct{} + Hostname string + Image string + KernelMemory int64 + Labels map[string]string + MacAddress string + Memory int64 + MemoryReservation int64 + MemorySwap int64 + Mounts []Mount + NetworkDisabled bool + OnBuild []string + OpenStdin bool + PidsLimit int64 + PortSpecs []string + SecurityOpts []string + StdinOnce bool + StopSignal string + Tty bool + User string + VolumeDriver string + Volumes map[string]struct{} + VolumesFrom string + WorkingDir string + func (Config) SwaggerDoc() map[string]string + func (in *Config) DeepCopy() *Config + func (in *Config) DeepCopyInto(out *Config) + type DockerConfig struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + CPUSet string + CPUShares int64 + Cmd []string + DNS []string + Domainname string + Entrypoint []string + Env []string + ExposedPorts map[string]struct{} + Hostname string + Image string + Labels map[string]string + Memory int64 + MemorySwap int64 + NetworkDisabled bool + OnBuild []string + OpenStdin bool + PortSpecs []string + SecurityOpts []string + StdinOnce bool + Tty bool + User string + Volumes map[string]struct{} + VolumesFrom string + WorkingDir string + func (DockerConfig) SwaggerDoc() map[string]string + func (in *DockerConfig) DeepCopy() *DockerConfig + func (in *DockerConfig) DeepCopyInto(out *DockerConfig) + type DockerImage struct + Architecture string + Author string + Comment string + Config *DockerConfig + Container string + ContainerConfig DockerConfig + Created metav1.Time + DockerVersion string + ID string + Parent string + Size int64 + func (DockerImage) SwaggerDoc() map[string]string + func (in *DockerImage) DeepCopy() *DockerImage + func (in *DockerImage) DeepCopyInto(out *DockerImage) + func (in *DockerImage) DeepCopyObject() runtime.Object + type ImagePre012 struct + Architecture string + Author string + Comment string + Config *Config + Container string + ContainerConfig Config + Created time.Time + DockerVersion string + ID string + Parent string + Size int64 + func (ImagePre012) SwaggerDoc() map[string]string + func (in *ImagePre012) DeepCopy() *ImagePre012 + func (in *ImagePre012) DeepCopyInto(out *ImagePre012) + type Mount struct + Destination string + Driver string + Mode string + Name string + RW bool + Source string + func (Mount) SwaggerDoc() map[string]string + func (in *Mount) DeepCopy() *Mount + func (in *Mount) DeepCopyInto(out *Mount) + type Port string Incompatible versions in this module v3.9.0+incompatible Jan 19, 2018retracted