Versions in this module Expand all Collapse all v1 v1.9.0 May 30, 2019 Changes in this version + type CloudDisk struct + AutoDelete bool + DiskType string + FsType string + VolumeId string + type CloudDiskSpec struct + AutoDelete *bool + DiskType *string + FsType *string + Name *string + SizeGB *int + Snapshot *string + VolumeId *string + type Container struct + Args []string + Command []string + ContainerStatus ContainerStatus + Env []EnvSpec + Image string + LivenessProbe ProbeSpec + Name string + ReadinessProbe ProbeSpec + Resources ResourceRequestsSpec + Secret string + SystemDisk CloudDiskSpec + Tty bool + VolumeMounts []VolumeMount + WorkingDir string + type ContainerSpec struct + Args []string + Command []string + Env []EnvSpec + Image string + LivenessProbe *ProbeSpec + Name string + ReadinessProbe *ProbeSpec + Resources *ResourceRequestsSpec + Secret *string + SystemDisk *CloudDiskSpec + Tty *bool + VolumeMounts []VolumeMount + WorkingDir *string + type ContainerState struct + Running ContainerStateRunning + Terminated ContainerStateTerminated + Waiting ContainerStateWaiting + type ContainerStateRunning struct + StartedAt string + type ContainerStateTerminated struct + ExitCode int + FinishedAt string + Message string + Reason string + Signal int + StartedAt string + type ContainerStateWaiting struct + Message string + Reason string + type ContainerStatus struct + LastState ContainerState + Name string + Ready bool + RestartCount int + State ContainerState + type DnsConfig struct + Nameservers []string + Options []PodDnsConfigOption + Searches []string + type ElasticIp struct + ElasticIpAddress *string + ElasticIpId *string + type EnvSpec struct + Name string + Value *string + type Exec struct + Command []string + type Hg struct + Host *string + HttpHeader []Hh + Path string + Port int + Scheme *string + type Hh struct + Name string + Value string + type HostAlias struct + Hostnames []string + Ip string + type JDCloudVolumeSource struct + AutoDelete *bool + DiskType *string + FormatVolume *bool + FsType string + Name *string + SizeGB *int + Snapshot *string + VolumeId *string + type LogConfig struct + LogDriver *string + type Logs struct + Content string + type NetworkInterfaceAttachment struct + AttachStatus string + AttachTime string + AutoDelete bool + DeviceIndex int + NetworkInterface nc.InstanceNetworkInterface + type NetworkInterfaceAttachmentSpec struct + AutoDelete *bool + DeviceIndex *int + NetworkInterface *vpc.NetworkInterfaceSpec + type Pod struct + Az string + Charge charge.Charge + Containers []Container + CreateTime string + Description string + DnsConfig DnsConfig + ElasticIp ElasticIp + HostAliases []HostAlias + Hostname string + InstanceType string + LogConfig LogConfig + Name string + PodId string + PodStatus PodStatus + PrimaryNetworkInterface NetworkInterfaceAttachment + PrivateIpAddress string + RestartPolicy string + SubnetId string + TerminationGracePeriodSeconds int + Volumes []Volume + VpcId string + type PodCondition struct + ConditionType string + LastProbeTime string + LastTransitionTime string + Message string + Reason string + Status string + type PodDnsConfigOption struct + Name string + Value *string + type PodSpec struct + Az string + Charge *charge.ChargeSpec + Containers []ContainerSpec + Description *string + DnsConfig *DnsConfig + ElasticIp *ElasticIp + HostAliases []HostAlias + Hostname *string + InstanceType string + LogConfig *LogConfig + Name string + PrimaryNetworkInterface *NetworkInterfaceAttachmentSpec + RestartPolicy *string + TerminationGracePeriodSeconds *int + Volumes []Volume + type PodStatus struct + Conditions []PodCondition + Message string + Phase string + PodIP string + Reason string + StartTime string + type Probe struct + Exec Exec + FailureThreshold int + HttpGet Hg + InitialDelaySeconds int + PeriodSeconds int + SuccessThreshold int + TcpSocket TcpSocket + TimeoutSeconds int + type ProbeSpec struct + Exec *Exec + FailureThreshold *int + HttpGet *Hg + InitialDelaySeconds *int + PeriodSeconds *int + SuccessThreshold *int + TcpSocket *TcpSocketSpec + TimeoutSeconds *int + type Quota struct + Limit int + ResourceType string + Used int + type RequestSpec struct + Cpu *string + MemoryMB *string + type ResourceRequestsSpec struct + Limits *RequestSpec + Requests *RequestSpec + type Secret struct + CreatedAt string + Data nc.DockerRegistryData + Name string + Type string + type TcpSocket struct + Host string + Port int + type TcpSocketSpec struct + Port int + type Volume struct + JdcloudDisk *JDCloudVolumeSource + Name string + type VolumeMount struct + MountPath string + Name string + ReadOnly *bool