diff --git a/client/cluster/v3/zz_generated_aws_elastic_block_store_volume_source.go b/client/cluster/v3/zz_generated_aws_elastic_block_store_volume_source.go index b214bd81..5765e83e 100644 --- a/client/cluster/v3/zz_generated_aws_elastic_block_store_volume_source.go +++ b/client/cluster/v3/zz_generated_aws_elastic_block_store_volume_source.go @@ -10,7 +10,7 @@ const ( type AWSElasticBlockStoreVolumeSource struct { FSType string `json:"fsType,omitempty" yaml:"fsType,omitempty"` - Partition *int64 `json:"partition,omitempty" yaml:"partition,omitempty"` + Partition int64 `json:"partition,omitempty" yaml:"partition,omitempty"` ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"` VolumeID string `json:"volumeID,omitempty" yaml:"volumeID,omitempty"` } diff --git a/client/cluster/v3/zz_generated_gce_persistent_disk_volume_source.go b/client/cluster/v3/zz_generated_gce_persistent_disk_volume_source.go index 57b16231..726a4483 100644 --- a/client/cluster/v3/zz_generated_gce_persistent_disk_volume_source.go +++ b/client/cluster/v3/zz_generated_gce_persistent_disk_volume_source.go @@ -11,6 +11,6 @@ const ( type GCEPersistentDiskVolumeSource struct { FSType string `json:"fsType,omitempty" yaml:"fsType,omitempty"` PDName string `json:"pdName,omitempty" yaml:"pdName,omitempty"` - Partition *int64 `json:"partition,omitempty" yaml:"partition,omitempty"` + Partition int64 `json:"partition,omitempty" yaml:"partition,omitempty"` ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"` } diff --git a/client/cluster/v3/zz_generated_iscsi_volume_source.go b/client/cluster/v3/zz_generated_iscsi_volume_source.go index cb5a3333..ef076207 100644 --- a/client/cluster/v3/zz_generated_iscsi_volume_source.go +++ b/client/cluster/v3/zz_generated_iscsi_volume_source.go @@ -21,7 +21,7 @@ type ISCSIVolumeSource struct { IQN string `json:"iqn,omitempty" yaml:"iqn,omitempty"` ISCSIInterface string `json:"iscsiInterface,omitempty" yaml:"iscsiInterface,omitempty"` InitiatorName string `json:"initiatorName,omitempty" yaml:"initiatorName,omitempty"` - Lun *int64 `json:"lun,omitempty" yaml:"lun,omitempty"` + Lun int64 `json:"lun,omitempty" yaml:"lun,omitempty"` Portals []string `json:"portals,omitempty" yaml:"portals,omitempty"` ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"` SecretRef *LocalObjectReference `json:"secretRef,omitempty" yaml:"secretRef,omitempty"` diff --git a/client/cluster/v3/zz_generated_status.go b/client/cluster/v3/zz_generated_status.go index 06112b49..88f459d3 100644 --- a/client/cluster/v3/zz_generated_status.go +++ b/client/cluster/v3/zz_generated_status.go @@ -14,7 +14,7 @@ const ( type Status struct { APIVersion string `json:"apiVersion,omitempty" yaml:"apiVersion,omitempty"` - Code *int64 `json:"code,omitempty" yaml:"code,omitempty"` + Code int64 `json:"code,omitempty" yaml:"code,omitempty"` Details *StatusDetails `json:"details,omitempty" yaml:"details,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` ListMeta *ListMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"` diff --git a/client/cluster/v3/zz_generated_status_details.go b/client/cluster/v3/zz_generated_status_details.go index b0d17e51..fcddda13 100644 --- a/client/cluster/v3/zz_generated_status_details.go +++ b/client/cluster/v3/zz_generated_status_details.go @@ -15,6 +15,6 @@ type StatusDetails struct { Group string `json:"group,omitempty" yaml:"group,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` - RetryAfterSeconds *int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` + RetryAfterSeconds int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` UID string `json:"uid,omitempty" yaml:"uid,omitempty"` } diff --git a/client/management/v3/zz_generated_active_directory_config.go b/client/management/v3/zz_generated_active_directory_config.go index 16f94ad9..0f8885fd 100644 --- a/client/management/v3/zz_generated_active_directory_config.go +++ b/client/management/v3/zz_generated_active_directory_config.go @@ -43,7 +43,7 @@ type ActiveDirectoryConfig struct { AllowedPrincipalIDs []string `json:"allowedPrincipalIds,omitempty" yaml:"allowedPrincipalIds,omitempty"` Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"` Certificate string `json:"certificate,omitempty" yaml:"certificate,omitempty"` - ConnectionTimeout *int64 `json:"connectionTimeout,omitempty" yaml:"connectionTimeout,omitempty"` + ConnectionTimeout int64 `json:"connectionTimeout,omitempty" yaml:"connectionTimeout,omitempty"` Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` DefaultLoginDomain string `json:"defaultLoginDomain,omitempty" yaml:"defaultLoginDomain,omitempty"` @@ -58,14 +58,14 @@ type ActiveDirectoryConfig struct { Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` - Port *int64 `json:"port,omitempty" yaml:"port,omitempty"` + Port int64 `json:"port,omitempty" yaml:"port,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"` ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"` ServiceAccountUsername string `json:"serviceAccountUsername,omitempty" yaml:"serviceAccountUsername,omitempty"` TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"` Type string `json:"type,omitempty" yaml:"type,omitempty"` - UserDisabledBitMask *int64 `json:"userDisabledBitMask,omitempty" yaml:"userDisabledBitMask,omitempty"` + UserDisabledBitMask int64 `json:"userDisabledBitMask,omitempty" yaml:"userDisabledBitMask,omitempty"` UserEnabledAttribute string `json:"userEnabledAttribute,omitempty" yaml:"userEnabledAttribute,omitempty"` UserLoginAttribute string `json:"userLoginAttribute,omitempty" yaml:"userLoginAttribute,omitempty"` UserNameAttribute string `json:"userNameAttribute,omitempty" yaml:"userNameAttribute,omitempty"` diff --git a/client/management/v3/zz_generated_azure_kubernetes_service_config.go b/client/management/v3/zz_generated_azure_kubernetes_service_config.go index f809b6c9..d9957112 100644 --- a/client/management/v3/zz_generated_azure_kubernetes_service_config.go +++ b/client/management/v3/zz_generated_azure_kubernetes_service_config.go @@ -29,11 +29,11 @@ type AzureKubernetesServiceConfig struct { BaseURL string `json:"baseUrl,omitempty" yaml:"baseUrl,omitempty"` ClientID string `json:"clientId,omitempty" yaml:"clientId,omitempty"` ClientSecret string `json:"clientSecret,omitempty" yaml:"clientSecret,omitempty"` - Count *int64 `json:"count,omitempty" yaml:"count,omitempty"` + Count int64 `json:"count,omitempty" yaml:"count,omitempty"` KubernetesVersion string `json:"kubernetesVersion,omitempty" yaml:"kubernetesVersion,omitempty"` Location string `json:"location,omitempty" yaml:"location,omitempty"` MasterDNSPrefix string `json:"masterDnsPrefix,omitempty" yaml:"masterDnsPrefix,omitempty"` - OsDiskSizeGB *int64 `json:"osDiskSizeGb,omitempty" yaml:"osDiskSizeGb,omitempty"` + OsDiskSizeGB int64 `json:"osDiskSizeGb,omitempty" yaml:"osDiskSizeGb,omitempty"` ResourceGroup string `json:"resourceGroup,omitempty" yaml:"resourceGroup,omitempty"` SSHPublicKeyContents string `json:"sshPublicKeyContents,omitempty" yaml:"sshPublicKeyContents,omitempty"` SubscriptionID string `json:"subscriptionId,omitempty" yaml:"subscriptionId,omitempty"` diff --git a/client/management/v3/zz_generated_cluster_alert.go b/client/management/v3/zz_generated_cluster_alert.go index 62badf4a..6c35e0b2 100644 --- a/client/management/v3/zz_generated_cluster_alert.go +++ b/client/management/v3/zz_generated_cluster_alert.go @@ -38,14 +38,14 @@ type ClusterAlert struct { Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` - InitialWaitSeconds *int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` + InitialWaitSeconds int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` NamespaceId string `json:"namespaceId,omitempty" yaml:"namespaceId,omitempty"` OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` Recipients []Recipient `json:"recipients,omitempty" yaml:"recipients,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` - RepeatIntervalSeconds *int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` + RepeatIntervalSeconds int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` Severity string `json:"severity,omitempty" yaml:"severity,omitempty"` State string `json:"state,omitempty" yaml:"state,omitempty"` TargetEvent *TargetEvent `json:"targetEvent,omitempty" yaml:"targetEvent,omitempty"` diff --git a/client/management/v3/zz_generated_cluster_alert_spec.go b/client/management/v3/zz_generated_cluster_alert_spec.go index 8ed0d26d..561a9b17 100644 --- a/client/management/v3/zz_generated_cluster_alert_spec.go +++ b/client/management/v3/zz_generated_cluster_alert_spec.go @@ -18,9 +18,9 @@ type ClusterAlertSpec struct { ClusterId string `json:"clusterId,omitempty" yaml:"clusterId,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` DisplayName string `json:"displayName,omitempty" yaml:"displayName,omitempty"` - InitialWaitSeconds *int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` + InitialWaitSeconds int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` Recipients []Recipient `json:"recipients,omitempty" yaml:"recipients,omitempty"` - RepeatIntervalSeconds *int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` + RepeatIntervalSeconds int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` Severity string `json:"severity,omitempty" yaml:"severity,omitempty"` TargetEvent *TargetEvent `json:"targetEvent,omitempty" yaml:"targetEvent,omitempty"` TargetNode *TargetNode `json:"targetNode,omitempty" yaml:"targetNode,omitempty"` diff --git a/client/management/v3/zz_generated_cluster_event.go b/client/management/v3/zz_generated_cluster_event.go index abb0cf54..88b29fcd 100644 --- a/client/management/v3/zz_generated_cluster_event.go +++ b/client/management/v3/zz_generated_cluster_event.go @@ -30,7 +30,7 @@ type ClusterEvent struct { types.Resource Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"` ClusterId string `json:"clusterId,omitempty" yaml:"clusterId,omitempty"` - Count *int64 `json:"count,omitempty" yaml:"count,omitempty"` + Count int64 `json:"count,omitempty" yaml:"count,omitempty"` Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` EventType string `json:"eventType,omitempty" yaml:"eventType,omitempty"` diff --git a/client/management/v3/zz_generated_cluster_logging.go b/client/management/v3/zz_generated_cluster_logging.go index 64955b5e..456668df 100644 --- a/client/management/v3/zz_generated_cluster_logging.go +++ b/client/management/v3/zz_generated_cluster_logging.go @@ -41,7 +41,7 @@ type ClusterLogging struct { Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` NamespaceId string `json:"namespaceId,omitempty" yaml:"namespaceId,omitempty"` - OutputFlushInterval *int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` + OutputFlushInterval int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` OutputTags map[string]string `json:"outputTags,omitempty" yaml:"outputTags,omitempty"` OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` diff --git a/client/management/v3/zz_generated_cluster_logging_spec.go b/client/management/v3/zz_generated_cluster_logging_spec.go index 45bf8983..cc874cf1 100644 --- a/client/management/v3/zz_generated_cluster_logging_spec.go +++ b/client/management/v3/zz_generated_cluster_logging_spec.go @@ -19,7 +19,7 @@ type ClusterLoggingSpec struct { ElasticsearchConfig *ElasticsearchConfig `json:"elasticsearchConfig,omitempty" yaml:"elasticsearchConfig,omitempty"` EmbeddedConfig *EmbeddedConfig `json:"embeddedConfig,omitempty" yaml:"embeddedConfig,omitempty"` KafkaConfig *KafkaConfig `json:"kafkaConfig,omitempty" yaml:"kafkaConfig,omitempty"` - OutputFlushInterval *int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` + OutputFlushInterval int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` OutputTags map[string]string `json:"outputTags,omitempty" yaml:"outputTags,omitempty"` SplunkConfig *SplunkConfig `json:"splunkConfig,omitempty" yaml:"splunkConfig,omitempty"` SyslogConfig *SyslogConfig `json:"syslogConfig,omitempty" yaml:"syslogConfig,omitempty"` diff --git a/client/management/v3/zz_generated_container_image.go b/client/management/v3/zz_generated_container_image.go index b230cc18..5f141974 100644 --- a/client/management/v3/zz_generated_container_image.go +++ b/client/management/v3/zz_generated_container_image.go @@ -8,5 +8,5 @@ const ( type ContainerImage struct { Names []string `json:"names,omitempty" yaml:"names,omitempty"` - SizeBytes *int64 `json:"sizeBytes,omitempty" yaml:"sizeBytes,omitempty"` + SizeBytes int64 `json:"sizeBytes,omitempty" yaml:"sizeBytes,omitempty"` } diff --git a/client/management/v3/zz_generated_cpu_info.go b/client/management/v3/zz_generated_cpu_info.go index ffe011ca..08764a5e 100644 --- a/client/management/v3/zz_generated_cpu_info.go +++ b/client/management/v3/zz_generated_cpu_info.go @@ -6,5 +6,5 @@ const ( ) type CPUInfo struct { - Count *int64 `json:"count,omitempty" yaml:"count,omitempty"` + Count int64 `json:"count,omitempty" yaml:"count,omitempty"` } diff --git a/client/management/v3/zz_generated_daemon_endpoint.go b/client/management/v3/zz_generated_daemon_endpoint.go index 6ba9dd01..88cefc76 100644 --- a/client/management/v3/zz_generated_daemon_endpoint.go +++ b/client/management/v3/zz_generated_daemon_endpoint.go @@ -6,5 +6,5 @@ const ( ) type DaemonEndpoint struct { - Port *int64 `json:"Port,omitempty" yaml:"Port,omitempty"` + Port int64 `json:"Port,omitempty" yaml:"Port,omitempty"` } diff --git a/client/management/v3/zz_generated_field.go b/client/management/v3/zz_generated_field.go index 284fb090..18019126 100644 --- a/client/management/v3/zz_generated_field.go +++ b/client/management/v3/zz_generated_field.go @@ -24,10 +24,10 @@ type Field struct { Default *Values `json:"default,omitempty" yaml:"default,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` InvalidChars string `json:"invalidChars,omitempty" yaml:"invalidChars,omitempty"` - Max *int64 `json:"max,omitempty" yaml:"max,omitempty"` - MaxLength *int64 `json:"maxLength,omitempty" yaml:"maxLength,omitempty"` - Min *int64 `json:"min,omitempty" yaml:"min,omitempty"` - MinLength *int64 `json:"minLength,omitempty" yaml:"minLength,omitempty"` + Max int64 `json:"max,omitempty" yaml:"max,omitempty"` + MaxLength int64 `json:"maxLength,omitempty" yaml:"maxLength,omitempty"` + Min int64 `json:"min,omitempty" yaml:"min,omitempty"` + MinLength int64 `json:"minLength,omitempty" yaml:"minLength,omitempty"` Nullable bool `json:"nullable,omitempty" yaml:"nullable,omitempty"` Options []string `json:"options,omitempty" yaml:"options,omitempty"` Required bool `json:"required,omitempty" yaml:"required,omitempty"` diff --git a/client/management/v3/zz_generated_google_kubernetes_engine_config.go b/client/management/v3/zz_generated_google_kubernetes_engine_config.go index 7b817e8f..db4e6e1b 100644 --- a/client/management/v3/zz_generated_google_kubernetes_engine_config.go +++ b/client/management/v3/zz_generated_google_kubernetes_engine_config.go @@ -29,7 +29,7 @@ type GoogleKubernetesEngineConfig struct { ClusterIpv4Cidr string `json:"clusterIpv4Cidr,omitempty" yaml:"clusterIpv4Cidr,omitempty"` Credential string `json:"credential,omitempty" yaml:"credential,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` - DiskSizeGb *int64 `json:"diskSizeGb,omitempty" yaml:"diskSizeGb,omitempty"` + DiskSizeGb int64 `json:"diskSizeGb,omitempty" yaml:"diskSizeGb,omitempty"` EnableAlphaFeature bool `json:"enableAlphaFeature,omitempty" yaml:"enableAlphaFeature,omitempty"` HTTPLoadBalancing bool `json:"httpLoadBalancing,omitempty" yaml:"httpLoadBalancing,omitempty"` HorizontalPodAutoscaling bool `json:"horizontalPodAutoscaling,omitempty" yaml:"horizontalPodAutoscaling,omitempty"` @@ -42,7 +42,7 @@ type GoogleKubernetesEngineConfig struct { MasterVersion string `json:"masterVersion,omitempty" yaml:"masterVersion,omitempty"` Network string `json:"network,omitempty" yaml:"network,omitempty"` NetworkPolicyConfig bool `json:"networkPolicyConfig,omitempty" yaml:"networkPolicyConfig,omitempty"` - NodeCount *int64 `json:"nodeCount,omitempty" yaml:"nodeCount,omitempty"` + NodeCount int64 `json:"nodeCount,omitempty" yaml:"nodeCount,omitempty"` NodeVersion string `json:"nodeVersion,omitempty" yaml:"nodeVersion,omitempty"` ProjectID string `json:"projectId,omitempty" yaml:"projectId,omitempty"` SubNetwork string `json:"subNetwork,omitempty" yaml:"subNetwork,omitempty"` diff --git a/client/management/v3/zz_generated_host_port_range.go b/client/management/v3/zz_generated_host_port_range.go index 0bf09750..2fb10f1d 100644 --- a/client/management/v3/zz_generated_host_port_range.go +++ b/client/management/v3/zz_generated_host_port_range.go @@ -7,6 +7,6 @@ const ( ) type HostPortRange struct { - Max *int64 `json:"max,omitempty" yaml:"max,omitempty"` - Min *int64 `json:"min,omitempty" yaml:"min,omitempty"` + Max int64 `json:"max,omitempty" yaml:"max,omitempty"` + Min int64 `json:"min,omitempty" yaml:"min,omitempty"` } diff --git a/client/management/v3/zz_generated_id_range.go b/client/management/v3/zz_generated_id_range.go index 7a43be01..5dcf08e7 100644 --- a/client/management/v3/zz_generated_id_range.go +++ b/client/management/v3/zz_generated_id_range.go @@ -7,6 +7,6 @@ const ( ) type IDRange struct { - Max *int64 `json:"max,omitempty" yaml:"max,omitempty"` - Min *int64 `json:"min,omitempty" yaml:"min,omitempty"` + Max int64 `json:"max,omitempty" yaml:"max,omitempty"` + Min int64 `json:"min,omitempty" yaml:"min,omitempty"` } diff --git a/client/management/v3/zz_generated_listen_config.go b/client/management/v3/zz_generated_listen_config.go index 1d6ec7ee..5fb35d49 100644 --- a/client/management/v3/zz_generated_listen_config.go +++ b/client/management/v3/zz_generated_listen_config.go @@ -54,7 +54,7 @@ type ListenConfig struct { IssuedAt string `json:"issuedAt,omitempty" yaml:"issuedAt,omitempty"` Issuer string `json:"issuer,omitempty" yaml:"issuer,omitempty"` Key string `json:"key,omitempty" yaml:"key,omitempty"` - KeySize *int64 `json:"keySize,omitempty" yaml:"keySize,omitempty"` + KeySize int64 `json:"keySize,omitempty" yaml:"keySize,omitempty"` KnownIPs []string `json:"knownIps,omitempty" yaml:"knownIps,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` Mode string `json:"mode,omitempty" yaml:"mode,omitempty"` @@ -65,7 +65,7 @@ type ListenConfig struct { SubjectAlternativeNames []string `json:"subjectAlternativeNames,omitempty" yaml:"subjectAlternativeNames,omitempty"` TOS []string `json:"tos,omitempty" yaml:"tos,omitempty"` Uuid string `json:"uuid,omitempty" yaml:"uuid,omitempty"` - Version *int64 `json:"version,omitempty" yaml:"version,omitempty"` + Version int64 `json:"version,omitempty" yaml:"version,omitempty"` } type ListenConfigCollection struct { types.Collection diff --git a/client/management/v3/zz_generated_memory_info.go b/client/management/v3/zz_generated_memory_info.go index e6f2481b..ecd1a170 100644 --- a/client/management/v3/zz_generated_memory_info.go +++ b/client/management/v3/zz_generated_memory_info.go @@ -6,5 +6,5 @@ const ( ) type MemoryInfo struct { - MemTotalKiB *int64 `json:"memTotalKiB,omitempty" yaml:"memTotalKiB,omitempty"` + MemTotalKiB int64 `json:"memTotalKiB,omitempty" yaml:"memTotalKiB,omitempty"` } diff --git a/client/management/v3/zz_generated_node_pool.go b/client/management/v3/zz_generated_node_pool.go index 07656758..bade3d3d 100644 --- a/client/management/v3/zz_generated_node_pool.go +++ b/client/management/v3/zz_generated_node_pool.go @@ -48,7 +48,7 @@ type NodePool struct { NodeLabels map[string]string `json:"nodeLabels,omitempty" yaml:"nodeLabels,omitempty"` NodeTemplateId string `json:"nodeTemplateId,omitempty" yaml:"nodeTemplateId,omitempty"` OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` - Quantity *int64 `json:"quantity,omitempty" yaml:"quantity,omitempty"` + Quantity int64 `json:"quantity,omitempty" yaml:"quantity,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` State string `json:"state,omitempty" yaml:"state,omitempty"` Status *NodePoolStatus `json:"status,omitempty" yaml:"status,omitempty"` diff --git a/client/management/v3/zz_generated_node_pool_spec.go b/client/management/v3/zz_generated_node_pool_spec.go index 8099aedb..ed2a4c29 100644 --- a/client/management/v3/zz_generated_node_pool_spec.go +++ b/client/management/v3/zz_generated_node_pool_spec.go @@ -23,6 +23,6 @@ type NodePoolSpec struct { NodeAnnotations map[string]string `json:"nodeAnnotations,omitempty" yaml:"nodeAnnotations,omitempty"` NodeLabels map[string]string `json:"nodeLabels,omitempty" yaml:"nodeLabels,omitempty"` NodeTemplateId string `json:"nodeTemplateId,omitempty" yaml:"nodeTemplateId,omitempty"` - Quantity *int64 `json:"quantity,omitempty" yaml:"quantity,omitempty"` + Quantity int64 `json:"quantity,omitempty" yaml:"quantity,omitempty"` Worker bool `json:"worker,omitempty" yaml:"worker,omitempty"` } diff --git a/client/management/v3/zz_generated_pipeline.go b/client/management/v3/zz_generated_pipeline.go index f5a995fe..40c35ced 100644 --- a/client/management/v3/zz_generated_pipeline.go +++ b/client/management/v3/zz_generated_pipeline.go @@ -46,7 +46,7 @@ type Pipeline struct { LastStarted string `json:"lastStarted,omitempty" yaml:"lastStarted,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` NamespaceId string `json:"namespaceId,omitempty" yaml:"namespaceId,omitempty"` - NextRun *int64 `json:"nextRun,omitempty" yaml:"nextRun,omitempty"` + NextRun int64 `json:"nextRun,omitempty" yaml:"nextRun,omitempty"` NextStart string `json:"nextStart,omitempty" yaml:"nextStart,omitempty"` OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` PipelineState string `json:"pipelineState,omitempty" yaml:"pipelineState,omitempty"` diff --git a/client/management/v3/zz_generated_pipeline_execution.go b/client/management/v3/zz_generated_pipeline_execution.go index 71003e23..b5c88667 100644 --- a/client/management/v3/zz_generated_pipeline_execution.go +++ b/client/management/v3/zz_generated_pipeline_execution.go @@ -47,7 +47,7 @@ type PipelineExecution struct { PipelineId string `json:"pipelineId,omitempty" yaml:"pipelineId,omitempty"` ProjectId string `json:"projectId,omitempty" yaml:"projectId,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` - Run *int64 `json:"run,omitempty" yaml:"run,omitempty"` + Run int64 `json:"run,omitempty" yaml:"run,omitempty"` Stages []StageStatus `json:"stages,omitempty" yaml:"stages,omitempty"` Started string `json:"started,omitempty" yaml:"started,omitempty"` State string `json:"state,omitempty" yaml:"state,omitempty"` diff --git a/client/management/v3/zz_generated_pipeline_execution_log.go b/client/management/v3/zz_generated_pipeline_execution_log.go index 3777570f..829590ca 100644 --- a/client/management/v3/zz_generated_pipeline_execution_log.go +++ b/client/management/v3/zz_generated_pipeline_execution_log.go @@ -29,7 +29,7 @@ type PipelineExecutionLog struct { Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` - Line *int64 `json:"line,omitempty" yaml:"line,omitempty"` + Line int64 `json:"line,omitempty" yaml:"line,omitempty"` Message string `json:"message,omitempty" yaml:"message,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` NamespaceId string `json:"namespaceId,omitempty" yaml:"namespaceId,omitempty"` @@ -37,8 +37,8 @@ type PipelineExecutionLog struct { PipelineExecutionId string `json:"pipelineExecutionId,omitempty" yaml:"pipelineExecutionId,omitempty"` ProjectId string `json:"projectId,omitempty" yaml:"projectId,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` - Stage *int64 `json:"stage,omitempty" yaml:"stage,omitempty"` - Step *int64 `json:"step,omitempty" yaml:"step,omitempty"` + Stage int64 `json:"stage,omitempty" yaml:"stage,omitempty"` + Step int64 `json:"step,omitempty" yaml:"step,omitempty"` Uuid string `json:"uuid,omitempty" yaml:"uuid,omitempty"` } type PipelineExecutionLogCollection struct { diff --git a/client/management/v3/zz_generated_pipeline_execution_log_spec.go b/client/management/v3/zz_generated_pipeline_execution_log_spec.go index db82eebb..868155c1 100644 --- a/client/management/v3/zz_generated_pipeline_execution_log_spec.go +++ b/client/management/v3/zz_generated_pipeline_execution_log_spec.go @@ -10,9 +10,9 @@ const ( ) type PipelineExecutionLogSpec struct { - Line *int64 `json:"line,omitempty" yaml:"line,omitempty"` + Line int64 `json:"line,omitempty" yaml:"line,omitempty"` Message string `json:"message,omitempty" yaml:"message,omitempty"` PipelineExecutionId string `json:"pipelineExecutionId,omitempty" yaml:"pipelineExecutionId,omitempty"` - Stage *int64 `json:"stage,omitempty" yaml:"stage,omitempty"` - Step *int64 `json:"step,omitempty" yaml:"step,omitempty"` + Stage int64 `json:"stage,omitempty" yaml:"stage,omitempty"` + Step int64 `json:"step,omitempty" yaml:"step,omitempty"` } diff --git a/client/management/v3/zz_generated_pipeline_execution_spec.go b/client/management/v3/zz_generated_pipeline_execution_spec.go index 45acf9aa..4555eeba 100644 --- a/client/management/v3/zz_generated_pipeline_execution_spec.go +++ b/client/management/v3/zz_generated_pipeline_execution_spec.go @@ -12,7 +12,7 @@ const ( type PipelineExecutionSpec struct { Pipeline *Pipeline `json:"pipeline,omitempty" yaml:"pipeline,omitempty"` PipelineId string `json:"pipelineId,omitempty" yaml:"pipelineId,omitempty"` - Run *int64 `json:"run,omitempty" yaml:"run,omitempty"` + Run int64 `json:"run,omitempty" yaml:"run,omitempty"` TriggerUserId string `json:"triggerUserId,omitempty" yaml:"triggerUserId,omitempty"` TriggeredBy string `json:"triggeredBy,omitempty" yaml:"triggeredBy,omitempty"` } diff --git a/client/management/v3/zz_generated_pipeline_status.go b/client/management/v3/zz_generated_pipeline_status.go index ed5e9cf6..8ad4b7d9 100644 --- a/client/management/v3/zz_generated_pipeline_status.go +++ b/client/management/v3/zz_generated_pipeline_status.go @@ -17,7 +17,7 @@ type PipelineStatus struct { LastExecutionID string `json:"lastExecutionId,omitempty" yaml:"lastExecutionId,omitempty"` LastRunState string `json:"lastRunState,omitempty" yaml:"lastRunState,omitempty"` LastStarted string `json:"lastStarted,omitempty" yaml:"lastStarted,omitempty"` - NextRun *int64 `json:"nextRun,omitempty" yaml:"nextRun,omitempty"` + NextRun int64 `json:"nextRun,omitempty" yaml:"nextRun,omitempty"` NextStart string `json:"nextStart,omitempty" yaml:"nextStart,omitempty"` PipelineState string `json:"pipelineState,omitempty" yaml:"pipelineState,omitempty"` SourceCodeCredential *SourceCodeCredential `json:"sourceCodeCredential,omitempty" yaml:"sourceCodeCredential,omitempty"` diff --git a/client/management/v3/zz_generated_project_alert.go b/client/management/v3/zz_generated_project_alert.go index aef01838..c3faf5fb 100644 --- a/client/management/v3/zz_generated_project_alert.go +++ b/client/management/v3/zz_generated_project_alert.go @@ -36,7 +36,7 @@ type ProjectAlert struct { Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` - InitialWaitSeconds *int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` + InitialWaitSeconds int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` NamespaceId string `json:"namespaceId,omitempty" yaml:"namespaceId,omitempty"` @@ -44,7 +44,7 @@ type ProjectAlert struct { ProjectId string `json:"projectId,omitempty" yaml:"projectId,omitempty"` Recipients []Recipient `json:"recipients,omitempty" yaml:"recipients,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` - RepeatIntervalSeconds *int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` + RepeatIntervalSeconds int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` Severity string `json:"severity,omitempty" yaml:"severity,omitempty"` State string `json:"state,omitempty" yaml:"state,omitempty"` TargetPod *TargetPod `json:"targetPod,omitempty" yaml:"targetPod,omitempty"` diff --git a/client/management/v3/zz_generated_project_alert_spec.go b/client/management/v3/zz_generated_project_alert_spec.go index 94bdaef6..d1e13ac3 100644 --- a/client/management/v3/zz_generated_project_alert_spec.go +++ b/client/management/v3/zz_generated_project_alert_spec.go @@ -16,10 +16,10 @@ const ( type ProjectAlertSpec struct { Description string `json:"description,omitempty" yaml:"description,omitempty"` DisplayName string `json:"displayName,omitempty" yaml:"displayName,omitempty"` - InitialWaitSeconds *int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` + InitialWaitSeconds int64 `json:"initialWaitSeconds,omitempty" yaml:"initialWaitSeconds,omitempty"` ProjectId string `json:"projectId,omitempty" yaml:"projectId,omitempty"` Recipients []Recipient `json:"recipients,omitempty" yaml:"recipients,omitempty"` - RepeatIntervalSeconds *int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` + RepeatIntervalSeconds int64 `json:"repeatIntervalSeconds,omitempty" yaml:"repeatIntervalSeconds,omitempty"` Severity string `json:"severity,omitempty" yaml:"severity,omitempty"` TargetPod *TargetPod `json:"targetPod,omitempty" yaml:"targetPod,omitempty"` TargetWorkload *TargetWorkload `json:"targetWorkload,omitempty" yaml:"targetWorkload,omitempty"` diff --git a/client/management/v3/zz_generated_project_logging.go b/client/management/v3/zz_generated_project_logging.go index 73a6bbcc..772e7ed5 100644 --- a/client/management/v3/zz_generated_project_logging.go +++ b/client/management/v3/zz_generated_project_logging.go @@ -38,7 +38,7 @@ type ProjectLogging struct { Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` NamespaceId string `json:"namespaceId,omitempty" yaml:"namespaceId,omitempty"` - OutputFlushInterval *int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` + OutputFlushInterval int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` OutputTags map[string]string `json:"outputTags,omitempty" yaml:"outputTags,omitempty"` OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` ProjectId string `json:"projectId,omitempty" yaml:"projectId,omitempty"` diff --git a/client/management/v3/zz_generated_project_logging_spec.go b/client/management/v3/zz_generated_project_logging_spec.go index 0cbbaddd..1f30b85a 100644 --- a/client/management/v3/zz_generated_project_logging_spec.go +++ b/client/management/v3/zz_generated_project_logging_spec.go @@ -16,7 +16,7 @@ type ProjectLoggingSpec struct { DisplayName string `json:"displayName,omitempty" yaml:"displayName,omitempty"` ElasticsearchConfig *ElasticsearchConfig `json:"elasticsearchConfig,omitempty" yaml:"elasticsearchConfig,omitempty"` KafkaConfig *KafkaConfig `json:"kafkaConfig,omitempty" yaml:"kafkaConfig,omitempty"` - OutputFlushInterval *int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` + OutputFlushInterval int64 `json:"outputFlushInterval,omitempty" yaml:"outputFlushInterval,omitempty"` OutputTags map[string]string `json:"outputTags,omitempty" yaml:"outputTags,omitempty"` ProjectId string `json:"projectId,omitempty" yaml:"projectId,omitempty"` SplunkConfig *SplunkConfig `json:"splunkConfig,omitempty" yaml:"splunkConfig,omitempty"` diff --git a/client/management/v3/zz_generated_public_endpoint.go b/client/management/v3/zz_generated_public_endpoint.go index 425c14bf..989cd2b1 100644 --- a/client/management/v3/zz_generated_public_endpoint.go +++ b/client/management/v3/zz_generated_public_endpoint.go @@ -14,7 +14,7 @@ type PublicEndpoint struct { Address string `json:"address,omitempty" yaml:"address,omitempty"` NodeId string `json:"nodeId,omitempty" yaml:"nodeId,omitempty"` PodId string `json:"podId,omitempty" yaml:"podId,omitempty"` - Port *int64 `json:"port,omitempty" yaml:"port,omitempty"` + Port int64 `json:"port,omitempty" yaml:"port,omitempty"` Protocol string `json:"protocol,omitempty" yaml:"protocol,omitempty"` ServiceId string `json:"serviceId,omitempty" yaml:"serviceId,omitempty"` } diff --git a/client/management/v3/zz_generated_question.go b/client/management/v3/zz_generated_question.go index 929dfe24..9175c085 100644 --- a/client/management/v3/zz_generated_question.go +++ b/client/management/v3/zz_generated_question.go @@ -24,10 +24,10 @@ type Question struct { Group string `json:"group,omitempty" yaml:"group,omitempty"` InvalidChars string `json:"invalidChars,omitempty" yaml:"invalidChars,omitempty"` Label string `json:"label,omitempty" yaml:"label,omitempty"` - Max *int64 `json:"max,omitempty" yaml:"max,omitempty"` - MaxLength *int64 `json:"maxLength,omitempty" yaml:"maxLength,omitempty"` - Min *int64 `json:"min,omitempty" yaml:"min,omitempty"` - MinLength *int64 `json:"minLength,omitempty" yaml:"minLength,omitempty"` + Max int64 `json:"max,omitempty" yaml:"max,omitempty"` + MaxLength int64 `json:"maxLength,omitempty" yaml:"maxLength,omitempty"` + Min int64 `json:"min,omitempty" yaml:"min,omitempty"` + MinLength int64 `json:"minLength,omitempty" yaml:"minLength,omitempty"` Options []string `json:"options,omitempty" yaml:"options,omitempty"` Required bool `json:"required,omitempty" yaml:"required,omitempty"` Type string `json:"type,omitempty" yaml:"type,omitempty"` diff --git a/client/management/v3/zz_generated_smtp_config.go b/client/management/v3/zz_generated_smtp_config.go index 83f7673a..9e46fd02 100644 --- a/client/management/v3/zz_generated_smtp_config.go +++ b/client/management/v3/zz_generated_smtp_config.go @@ -14,7 +14,7 @@ type SMTPConfig struct { DefaultRecipient string `json:"defaultRecipient,omitempty" yaml:"defaultRecipient,omitempty"` Host string `json:"host,omitempty" yaml:"host,omitempty"` Password string `json:"password,omitempty" yaml:"password,omitempty"` - Port *int64 `json:"port,omitempty" yaml:"port,omitempty"` + Port int64 `json:"port,omitempty" yaml:"port,omitempty"` TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"` Username string `json:"username,omitempty" yaml:"username,omitempty"` } diff --git a/client/management/v3/zz_generated_status.go b/client/management/v3/zz_generated_status.go index 06112b49..88f459d3 100644 --- a/client/management/v3/zz_generated_status.go +++ b/client/management/v3/zz_generated_status.go @@ -14,7 +14,7 @@ const ( type Status struct { APIVersion string `json:"apiVersion,omitempty" yaml:"apiVersion,omitempty"` - Code *int64 `json:"code,omitempty" yaml:"code,omitempty"` + Code int64 `json:"code,omitempty" yaml:"code,omitempty"` Details *StatusDetails `json:"details,omitempty" yaml:"details,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` ListMeta *ListMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"` diff --git a/client/management/v3/zz_generated_status_details.go b/client/management/v3/zz_generated_status_details.go index b0d17e51..fcddda13 100644 --- a/client/management/v3/zz_generated_status_details.go +++ b/client/management/v3/zz_generated_status_details.go @@ -15,6 +15,6 @@ type StatusDetails struct { Group string `json:"group,omitempty" yaml:"group,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` - RetryAfterSeconds *int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` + RetryAfterSeconds int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` UID string `json:"uid,omitempty" yaml:"uid,omitempty"` } diff --git a/client/management/v3/zz_generated_step.go b/client/management/v3/zz_generated_step.go index 3eb15cac..61807fab 100644 --- a/client/management/v3/zz_generated_step.go +++ b/client/management/v3/zz_generated_step.go @@ -12,5 +12,5 @@ type Step struct { PublishImageConfig *PublishImageConfig `json:"publishImageConfig,omitempty" yaml:"publishImageConfig,omitempty"` RunScriptConfig *RunScriptConfig `json:"runScriptConfig,omitempty" yaml:"runScriptConfig,omitempty"` SourceCodeConfig *SourceCodeConfig `json:"sourceCodeConfig,omitempty" yaml:"sourceCodeConfig,omitempty"` - Timeout *int64 `json:"timeout,omitempty" yaml:"timeout,omitempty"` + Timeout int64 `json:"timeout,omitempty" yaml:"timeout,omitempty"` } diff --git a/client/management/v3/zz_generated_target_node.go b/client/management/v3/zz_generated_target_node.go index d1d67749..9b330094 100644 --- a/client/management/v3/zz_generated_target_node.go +++ b/client/management/v3/zz_generated_target_node.go @@ -10,9 +10,9 @@ const ( ) type TargetNode struct { - CPUThreshold *int64 `json:"cpuThreshold,omitempty" yaml:"cpuThreshold,omitempty"` + CPUThreshold int64 `json:"cpuThreshold,omitempty" yaml:"cpuThreshold,omitempty"` Condition string `json:"condition,omitempty" yaml:"condition,omitempty"` - MemThreshold *int64 `json:"memThreshold,omitempty" yaml:"memThreshold,omitempty"` + MemThreshold int64 `json:"memThreshold,omitempty" yaml:"memThreshold,omitempty"` NodeId string `json:"nodeId,omitempty" yaml:"nodeId,omitempty"` Selector map[string]string `json:"selector,omitempty" yaml:"selector,omitempty"` } diff --git a/client/management/v3/zz_generated_target_pod.go b/client/management/v3/zz_generated_target_pod.go index 4607903d..08042636 100644 --- a/client/management/v3/zz_generated_target_pod.go +++ b/client/management/v3/zz_generated_target_pod.go @@ -11,6 +11,6 @@ const ( type TargetPod struct { Condition string `json:"condition,omitempty" yaml:"condition,omitempty"` PodId string `json:"podId,omitempty" yaml:"podId,omitempty"` - RestartIntervalSeconds *int64 `json:"restartIntervalSeconds,omitempty" yaml:"restartIntervalSeconds,omitempty"` - RestartTimes *int64 `json:"restartTimes,omitempty" yaml:"restartTimes,omitempty"` + RestartIntervalSeconds int64 `json:"restartIntervalSeconds,omitempty" yaml:"restartIntervalSeconds,omitempty"` + RestartTimes int64 `json:"restartTimes,omitempty" yaml:"restartTimes,omitempty"` } diff --git a/client/management/v3/zz_generated_target_workload.go b/client/management/v3/zz_generated_target_workload.go index 331a6d30..cc21ad14 100644 --- a/client/management/v3/zz_generated_target_workload.go +++ b/client/management/v3/zz_generated_target_workload.go @@ -8,7 +8,7 @@ const ( ) type TargetWorkload struct { - AvailablePercentage *int64 `json:"availablePercentage,omitempty" yaml:"availablePercentage,omitempty"` + AvailablePercentage int64 `json:"availablePercentage,omitempty" yaml:"availablePercentage,omitempty"` Selector map[string]string `json:"selector,omitempty" yaml:"selector,omitempty"` WorkloadID string `json:"workloadId,omitempty" yaml:"workloadId,omitempty"` } diff --git a/client/management/v3/zz_generated_token.go b/client/management/v3/zz_generated_token.go index 4179bcdb..351dae4a 100644 --- a/client/management/v3/zz_generated_token.go +++ b/client/management/v3/zz_generated_token.go @@ -45,7 +45,7 @@ type Token struct { OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` ProviderInfo map[string]string `json:"providerInfo,omitempty" yaml:"providerInfo,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` - TTLMillis *int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` + TTLMillis int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` Token string `json:"token,omitempty" yaml:"token,omitempty"` UserID string `json:"userId,omitempty" yaml:"userId,omitempty"` UserPrincipal string `json:"userPrincipal,omitempty" yaml:"userPrincipal,omitempty"` diff --git a/client/management/v3/zz_generated_values.go b/client/management/v3/zz_generated_values.go index 3af86852..f8b87ddb 100644 --- a/client/management/v3/zz_generated_values.go +++ b/client/management/v3/zz_generated_values.go @@ -10,7 +10,7 @@ const ( type Values struct { BoolValue bool `json:"boolValue,omitempty" yaml:"boolValue,omitempty"` - IntValue *int64 `json:"intValue,omitempty" yaml:"intValue,omitempty"` + IntValue int64 `json:"intValue,omitempty" yaml:"intValue,omitempty"` StringSliceValue []string `json:"stringSliceValue,omitempty" yaml:"stringSliceValue,omitempty"` StringValue string `json:"stringValue,omitempty" yaml:"stringValue,omitempty"` } diff --git a/client/management/v3public/zz_generated_basic_login.go b/client/management/v3public/zz_generated_basic_login.go index 5235a0db..0ebad763 100644 --- a/client/management/v3public/zz_generated_basic_login.go +++ b/client/management/v3public/zz_generated_basic_login.go @@ -13,6 +13,6 @@ type BasicLogin struct { Description string `json:"description,omitempty" yaml:"description,omitempty"` Password string `json:"password,omitempty" yaml:"password,omitempty"` ResponseType string `json:"responseType,omitempty" yaml:"responseType,omitempty"` - TTLMillis *int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` + TTLMillis int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` Username string `json:"username,omitempty" yaml:"username,omitempty"` } diff --git a/client/management/v3public/zz_generated_github_login.go b/client/management/v3public/zz_generated_github_login.go index efc006ec..c2bad5db 100644 --- a/client/management/v3public/zz_generated_github_login.go +++ b/client/management/v3public/zz_generated_github_login.go @@ -12,5 +12,5 @@ type GithubLogin struct { Code string `json:"code,omitempty" yaml:"code,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` ResponseType string `json:"responseType,omitempty" yaml:"responseType,omitempty"` - TTLMillis *int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` + TTLMillis int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` } diff --git a/client/management/v3public/zz_generated_status.go b/client/management/v3public/zz_generated_status.go index 06112b49..88f459d3 100644 --- a/client/management/v3public/zz_generated_status.go +++ b/client/management/v3public/zz_generated_status.go @@ -14,7 +14,7 @@ const ( type Status struct { APIVersion string `json:"apiVersion,omitempty" yaml:"apiVersion,omitempty"` - Code *int64 `json:"code,omitempty" yaml:"code,omitempty"` + Code int64 `json:"code,omitempty" yaml:"code,omitempty"` Details *StatusDetails `json:"details,omitempty" yaml:"details,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` ListMeta *ListMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"` diff --git a/client/management/v3public/zz_generated_status_details.go b/client/management/v3public/zz_generated_status_details.go index b0d17e51..fcddda13 100644 --- a/client/management/v3public/zz_generated_status_details.go +++ b/client/management/v3public/zz_generated_status_details.go @@ -15,6 +15,6 @@ type StatusDetails struct { Group string `json:"group,omitempty" yaml:"group,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` - RetryAfterSeconds *int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` + RetryAfterSeconds int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` UID string `json:"uid,omitempty" yaml:"uid,omitempty"` } diff --git a/client/management/v3public/zz_generated_token.go b/client/management/v3public/zz_generated_token.go index 4457a6a0..ef33f68c 100644 --- a/client/management/v3public/zz_generated_token.go +++ b/client/management/v3public/zz_generated_token.go @@ -40,7 +40,7 @@ type Token struct { OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` ProviderInfo map[string]string `json:"providerInfo,omitempty" yaml:"providerInfo,omitempty"` Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` - TTLMillis *int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` + TTLMillis int64 `json:"ttl,omitempty" yaml:"ttl,omitempty"` Token string `json:"token,omitempty" yaml:"token,omitempty"` UserID string `json:"userId,omitempty" yaml:"userId,omitempty"` UserPrincipal string `json:"userPrincipal,omitempty" yaml:"userPrincipal,omitempty"` diff --git a/client/project/v3/zz_generated_aws_elastic_block_store_volume_source.go b/client/project/v3/zz_generated_aws_elastic_block_store_volume_source.go index b214bd81..5765e83e 100644 --- a/client/project/v3/zz_generated_aws_elastic_block_store_volume_source.go +++ b/client/project/v3/zz_generated_aws_elastic_block_store_volume_source.go @@ -10,7 +10,7 @@ const ( type AWSElasticBlockStoreVolumeSource struct { FSType string `json:"fsType,omitempty" yaml:"fsType,omitempty"` - Partition *int64 `json:"partition,omitempty" yaml:"partition,omitempty"` + Partition int64 `json:"partition,omitempty" yaml:"partition,omitempty"` ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"` VolumeID string `json:"volumeID,omitempty" yaml:"volumeID,omitempty"` } diff --git a/client/project/v3/zz_generated_container_port.go b/client/project/v3/zz_generated_container_port.go index 78afefeb..b4c59459 100644 --- a/client/project/v3/zz_generated_container_port.go +++ b/client/project/v3/zz_generated_container_port.go @@ -12,11 +12,11 @@ const ( ) type ContainerPort struct { - ContainerPort *int64 `json:"containerPort,omitempty" yaml:"containerPort,omitempty"` + ContainerPort int64 `json:"containerPort,omitempty" yaml:"containerPort,omitempty"` DNSName string `json:"dnsName,omitempty" yaml:"dnsName,omitempty"` HostIp string `json:"hostIp,omitempty" yaml:"hostIp,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` Protocol string `json:"protocol,omitempty" yaml:"protocol,omitempty"` - SourcePort *int64 `json:"sourcePort,omitempty" yaml:"sourcePort,omitempty"` + SourcePort int64 `json:"sourcePort,omitempty" yaml:"sourcePort,omitempty"` } diff --git a/client/project/v3/zz_generated_container_state_terminated.go b/client/project/v3/zz_generated_container_state_terminated.go index 86d041d3..409b3bfb 100644 --- a/client/project/v3/zz_generated_container_state_terminated.go +++ b/client/project/v3/zz_generated_container_state_terminated.go @@ -13,10 +13,10 @@ const ( type ContainerStateTerminated struct { ContainerID string `json:"containerID,omitempty" yaml:"containerID,omitempty"` - ExitCode *int64 `json:"exitCode,omitempty" yaml:"exitCode,omitempty"` + ExitCode int64 `json:"exitCode,omitempty" yaml:"exitCode,omitempty"` FinishedAt string `json:"finishedAt,omitempty" yaml:"finishedAt,omitempty"` Message string `json:"message,omitempty" yaml:"message,omitempty"` Reason string `json:"reason,omitempty" yaml:"reason,omitempty"` - Signal *int64 `json:"signal,omitempty" yaml:"signal,omitempty"` + Signal int64 `json:"signal,omitempty" yaml:"signal,omitempty"` StartedAt string `json:"startedAt,omitempty" yaml:"startedAt,omitempty"` } diff --git a/client/project/v3/zz_generated_container_status.go b/client/project/v3/zz_generated_container_status.go index d3c53990..467df892 100644 --- a/client/project/v3/zz_generated_container_status.go +++ b/client/project/v3/zz_generated_container_status.go @@ -19,6 +19,6 @@ type ContainerStatus struct { LastTerminationState *ContainerState `json:"lastState,omitempty" yaml:"lastState,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` Ready bool `json:"ready,omitempty" yaml:"ready,omitempty"` - RestartCount *int64 `json:"restartCount,omitempty" yaml:"restartCount,omitempty"` + RestartCount int64 `json:"restartCount,omitempty" yaml:"restartCount,omitempty"` State *ContainerState `json:"state,omitempty" yaml:"state,omitempty"` } diff --git a/client/project/v3/zz_generated_daemon_set_config.go b/client/project/v3/zz_generated_daemon_set_config.go index 3f5b82d1..f35166a6 100644 --- a/client/project/v3/zz_generated_daemon_set_config.go +++ b/client/project/v3/zz_generated_daemon_set_config.go @@ -12,7 +12,7 @@ const ( type DaemonSetConfig struct { MaxUnavailable intstr.IntOrString `json:"maxUnavailable,omitempty" yaml:"maxUnavailable,omitempty"` - MinReadySeconds *int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` + MinReadySeconds int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` RevisionHistoryLimit *int64 `json:"revisionHistoryLimit,omitempty" yaml:"revisionHistoryLimit,omitempty"` Strategy string `json:"strategy,omitempty" yaml:"strategy,omitempty"` } diff --git a/client/project/v3/zz_generated_daemon_set_status.go b/client/project/v3/zz_generated_daemon_set_status.go index 73be7762..cc04c751 100644 --- a/client/project/v3/zz_generated_daemon_set_status.go +++ b/client/project/v3/zz_generated_daemon_set_status.go @@ -15,12 +15,12 @@ const ( type DaemonSetStatus struct { CollisionCount *int64 `json:"collisionCount,omitempty" yaml:"collisionCount,omitempty"` - CurrentNumberScheduled *int64 `json:"currentNumberScheduled,omitempty" yaml:"currentNumberScheduled,omitempty"` - DesiredNumberScheduled *int64 `json:"desiredNumberScheduled,omitempty" yaml:"desiredNumberScheduled,omitempty"` - NumberAvailable *int64 `json:"numberAvailable,omitempty" yaml:"numberAvailable,omitempty"` - NumberMisscheduled *int64 `json:"numberMisscheduled,omitempty" yaml:"numberMisscheduled,omitempty"` - NumberReady *int64 `json:"numberReady,omitempty" yaml:"numberReady,omitempty"` - NumberUnavailable *int64 `json:"numberUnavailable,omitempty" yaml:"numberUnavailable,omitempty"` - ObservedGeneration *int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` - UpdatedNumberScheduled *int64 `json:"updatedNumberScheduled,omitempty" yaml:"updatedNumberScheduled,omitempty"` + CurrentNumberScheduled int64 `json:"currentNumberScheduled,omitempty" yaml:"currentNumberScheduled,omitempty"` + DesiredNumberScheduled int64 `json:"desiredNumberScheduled,omitempty" yaml:"desiredNumberScheduled,omitempty"` + NumberAvailable int64 `json:"numberAvailable,omitempty" yaml:"numberAvailable,omitempty"` + NumberMisscheduled int64 `json:"numberMisscheduled,omitempty" yaml:"numberMisscheduled,omitempty"` + NumberReady int64 `json:"numberReady,omitempty" yaml:"numberReady,omitempty"` + NumberUnavailable int64 `json:"numberUnavailable,omitempty" yaml:"numberUnavailable,omitempty"` + ObservedGeneration int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` + UpdatedNumberScheduled int64 `json:"updatedNumberScheduled,omitempty" yaml:"updatedNumberScheduled,omitempty"` } diff --git a/client/project/v3/zz_generated_deployment_config.go b/client/project/v3/zz_generated_deployment_config.go index 54a9f717..ff196f4c 100644 --- a/client/project/v3/zz_generated_deployment_config.go +++ b/client/project/v3/zz_generated_deployment_config.go @@ -16,7 +16,7 @@ const ( type DeploymentConfig struct { MaxSurge intstr.IntOrString `json:"maxSurge,omitempty" yaml:"maxSurge,omitempty"` MaxUnavailable intstr.IntOrString `json:"maxUnavailable,omitempty" yaml:"maxUnavailable,omitempty"` - MinReadySeconds *int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` + MinReadySeconds int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` Paused bool `json:"paused,omitempty" yaml:"paused,omitempty"` ProgressDeadlineSeconds *int64 `json:"progressDeadlineSeconds,omitempty" yaml:"progressDeadlineSeconds,omitempty"` RevisionHistoryLimit *int64 `json:"revisionHistoryLimit,omitempty" yaml:"revisionHistoryLimit,omitempty"` diff --git a/client/project/v3/zz_generated_deployment_status.go b/client/project/v3/zz_generated_deployment_status.go index 33c21daa..bee1413c 100644 --- a/client/project/v3/zz_generated_deployment_status.go +++ b/client/project/v3/zz_generated_deployment_status.go @@ -13,12 +13,12 @@ const ( ) type DeploymentStatus struct { - AvailableReplicas *int64 `json:"availableReplicas,omitempty" yaml:"availableReplicas,omitempty"` + AvailableReplicas int64 `json:"availableReplicas,omitempty" yaml:"availableReplicas,omitempty"` CollisionCount *int64 `json:"collisionCount,omitempty" yaml:"collisionCount,omitempty"` Conditions []DeploymentCondition `json:"conditions,omitempty" yaml:"conditions,omitempty"` - ObservedGeneration *int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` - ReadyReplicas *int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` - Replicas *int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` - UnavailableReplicas *int64 `json:"unavailableReplicas,omitempty" yaml:"unavailableReplicas,omitempty"` - UpdatedReplicas *int64 `json:"updatedReplicas,omitempty" yaml:"updatedReplicas,omitempty"` + ObservedGeneration int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` + ReadyReplicas int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` + Replicas int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` + UnavailableReplicas int64 `json:"unavailableReplicas,omitempty" yaml:"unavailableReplicas,omitempty"` + UpdatedReplicas int64 `json:"updatedReplicas,omitempty" yaml:"updatedReplicas,omitempty"` } diff --git a/client/project/v3/zz_generated_gce_persistent_disk_volume_source.go b/client/project/v3/zz_generated_gce_persistent_disk_volume_source.go index 57b16231..726a4483 100644 --- a/client/project/v3/zz_generated_gce_persistent_disk_volume_source.go +++ b/client/project/v3/zz_generated_gce_persistent_disk_volume_source.go @@ -11,6 +11,6 @@ const ( type GCEPersistentDiskVolumeSource struct { FSType string `json:"fsType,omitempty" yaml:"fsType,omitempty"` PDName string `json:"pdName,omitempty" yaml:"pdName,omitempty"` - Partition *int64 `json:"partition,omitempty" yaml:"partition,omitempty"` + Partition int64 `json:"partition,omitempty" yaml:"partition,omitempty"` ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"` } diff --git a/client/project/v3/zz_generated_iscsi_volume_source.go b/client/project/v3/zz_generated_iscsi_volume_source.go index cb5a3333..ef076207 100644 --- a/client/project/v3/zz_generated_iscsi_volume_source.go +++ b/client/project/v3/zz_generated_iscsi_volume_source.go @@ -21,7 +21,7 @@ type ISCSIVolumeSource struct { IQN string `json:"iqn,omitempty" yaml:"iqn,omitempty"` ISCSIInterface string `json:"iscsiInterface,omitempty" yaml:"iscsiInterface,omitempty"` InitiatorName string `json:"initiatorName,omitempty" yaml:"initiatorName,omitempty"` - Lun *int64 `json:"lun,omitempty" yaml:"lun,omitempty"` + Lun int64 `json:"lun,omitempty" yaml:"lun,omitempty"` Portals []string `json:"portals,omitempty" yaml:"portals,omitempty"` ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"` SecretRef *LocalObjectReference `json:"secretRef,omitempty" yaml:"secretRef,omitempty"` diff --git a/client/project/v3/zz_generated_job_status.go b/client/project/v3/zz_generated_job_status.go index f6272a79..1e741412 100644 --- a/client/project/v3/zz_generated_job_status.go +++ b/client/project/v3/zz_generated_job_status.go @@ -11,10 +11,10 @@ const ( ) type JobStatus struct { - Active *int64 `json:"active,omitempty" yaml:"active,omitempty"` + Active int64 `json:"active,omitempty" yaml:"active,omitempty"` CompletionTime string `json:"completionTime,omitempty" yaml:"completionTime,omitempty"` Conditions []JobCondition `json:"conditions,omitempty" yaml:"conditions,omitempty"` - Failed *int64 `json:"failed,omitempty" yaml:"failed,omitempty"` + Failed int64 `json:"failed,omitempty" yaml:"failed,omitempty"` StartTime string `json:"startTime,omitempty" yaml:"startTime,omitempty"` - Succeeded *int64 `json:"succeeded,omitempty" yaml:"succeeded,omitempty"` + Succeeded int64 `json:"succeeded,omitempty" yaml:"succeeded,omitempty"` } diff --git a/client/project/v3/zz_generated_preferred_scheduling_term.go b/client/project/v3/zz_generated_preferred_scheduling_term.go index 61a72e1b..b5be217c 100644 --- a/client/project/v3/zz_generated_preferred_scheduling_term.go +++ b/client/project/v3/zz_generated_preferred_scheduling_term.go @@ -8,5 +8,5 @@ const ( type PreferredSchedulingTerm struct { Preference *NodeSelectorTerm `json:"preference,omitempty" yaml:"preference,omitempty"` - Weight *int64 `json:"weight,omitempty" yaml:"weight,omitempty"` + Weight int64 `json:"weight,omitempty" yaml:"weight,omitempty"` } diff --git a/client/project/v3/zz_generated_probe.go b/client/project/v3/zz_generated_probe.go index 5f6c87e8..651cb993 100644 --- a/client/project/v3/zz_generated_probe.go +++ b/client/project/v3/zz_generated_probe.go @@ -20,15 +20,15 @@ const ( type Probe struct { Command []string `json:"command,omitempty" yaml:"command,omitempty"` - FailureThreshold *int64 `json:"failureThreshold,omitempty" yaml:"failureThreshold,omitempty"` + FailureThreshold int64 `json:"failureThreshold,omitempty" yaml:"failureThreshold,omitempty"` HTTPHeaders []HTTPHeader `json:"httpHeaders,omitempty" yaml:"httpHeaders,omitempty"` Host string `json:"host,omitempty" yaml:"host,omitempty"` - InitialDelaySeconds *int64 `json:"initialDelaySeconds,omitempty" yaml:"initialDelaySeconds,omitempty"` + InitialDelaySeconds int64 `json:"initialDelaySeconds,omitempty" yaml:"initialDelaySeconds,omitempty"` Path string `json:"path,omitempty" yaml:"path,omitempty"` - PeriodSeconds *int64 `json:"periodSeconds,omitempty" yaml:"periodSeconds,omitempty"` + PeriodSeconds int64 `json:"periodSeconds,omitempty" yaml:"periodSeconds,omitempty"` Port intstr.IntOrString `json:"port,omitempty" yaml:"port,omitempty"` Scheme string `json:"scheme,omitempty" yaml:"scheme,omitempty"` - SuccessThreshold *int64 `json:"successThreshold,omitempty" yaml:"successThreshold,omitempty"` + SuccessThreshold int64 `json:"successThreshold,omitempty" yaml:"successThreshold,omitempty"` TCP bool `json:"tcp,omitempty" yaml:"tcp,omitempty"` - TimeoutSeconds *int64 `json:"timeoutSeconds,omitempty" yaml:"timeoutSeconds,omitempty"` + TimeoutSeconds int64 `json:"timeoutSeconds,omitempty" yaml:"timeoutSeconds,omitempty"` } diff --git a/client/project/v3/zz_generated_public_endpoint.go b/client/project/v3/zz_generated_public_endpoint.go index 425c14bf..989cd2b1 100644 --- a/client/project/v3/zz_generated_public_endpoint.go +++ b/client/project/v3/zz_generated_public_endpoint.go @@ -14,7 +14,7 @@ type PublicEndpoint struct { Address string `json:"address,omitempty" yaml:"address,omitempty"` NodeId string `json:"nodeId,omitempty" yaml:"nodeId,omitempty"` PodId string `json:"podId,omitempty" yaml:"podId,omitempty"` - Port *int64 `json:"port,omitempty" yaml:"port,omitempty"` + Port int64 `json:"port,omitempty" yaml:"port,omitempty"` Protocol string `json:"protocol,omitempty" yaml:"protocol,omitempty"` ServiceId string `json:"serviceId,omitempty" yaml:"serviceId,omitempty"` } diff --git a/client/project/v3/zz_generated_replica_set_config.go b/client/project/v3/zz_generated_replica_set_config.go index b7c63ce3..7d9acd9c 100644 --- a/client/project/v3/zz_generated_replica_set_config.go +++ b/client/project/v3/zz_generated_replica_set_config.go @@ -6,5 +6,5 @@ const ( ) type ReplicaSetConfig struct { - MinReadySeconds *int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` + MinReadySeconds int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` } diff --git a/client/project/v3/zz_generated_replica_set_status.go b/client/project/v3/zz_generated_replica_set_status.go index f9e26f92..a0cad24a 100644 --- a/client/project/v3/zz_generated_replica_set_status.go +++ b/client/project/v3/zz_generated_replica_set_status.go @@ -11,10 +11,10 @@ const ( ) type ReplicaSetStatus struct { - AvailableReplicas *int64 `json:"availableReplicas,omitempty" yaml:"availableReplicas,omitempty"` + AvailableReplicas int64 `json:"availableReplicas,omitempty" yaml:"availableReplicas,omitempty"` Conditions []ReplicaSetCondition `json:"conditions,omitempty" yaml:"conditions,omitempty"` - FullyLabeledReplicas *int64 `json:"fullyLabeledReplicas,omitempty" yaml:"fullyLabeledReplicas,omitempty"` - ObservedGeneration *int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` - ReadyReplicas *int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` - Replicas *int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` + FullyLabeledReplicas int64 `json:"fullyLabeledReplicas,omitempty" yaml:"fullyLabeledReplicas,omitempty"` + ObservedGeneration int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` + ReadyReplicas int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` + Replicas int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` } diff --git a/client/project/v3/zz_generated_replication_controller_config.go b/client/project/v3/zz_generated_replication_controller_config.go index 45c9326e..5c26fe60 100644 --- a/client/project/v3/zz_generated_replication_controller_config.go +++ b/client/project/v3/zz_generated_replication_controller_config.go @@ -6,5 +6,5 @@ const ( ) type ReplicationControllerConfig struct { - MinReadySeconds *int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` + MinReadySeconds int64 `json:"minReadySeconds,omitempty" yaml:"minReadySeconds,omitempty"` } diff --git a/client/project/v3/zz_generated_replication_controller_status.go b/client/project/v3/zz_generated_replication_controller_status.go index 856d2149..6ebadf01 100644 --- a/client/project/v3/zz_generated_replication_controller_status.go +++ b/client/project/v3/zz_generated_replication_controller_status.go @@ -11,10 +11,10 @@ const ( ) type ReplicationControllerStatus struct { - AvailableReplicas *int64 `json:"availableReplicas,omitempty" yaml:"availableReplicas,omitempty"` + AvailableReplicas int64 `json:"availableReplicas,omitempty" yaml:"availableReplicas,omitempty"` Conditions []ReplicationControllerCondition `json:"conditions,omitempty" yaml:"conditions,omitempty"` - FullyLabeledReplicas *int64 `json:"fullyLabeledReplicas,omitempty" yaml:"fullyLabeledReplicas,omitempty"` - ObservedGeneration *int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` - ReadyReplicas *int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` - Replicas *int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` + FullyLabeledReplicas int64 `json:"fullyLabeledReplicas,omitempty" yaml:"fullyLabeledReplicas,omitempty"` + ObservedGeneration int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` + ReadyReplicas int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` + Replicas int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` } diff --git a/client/project/v3/zz_generated_service.go b/client/project/v3/zz_generated_service.go index 2f11e858..a45361ff 100644 --- a/client/project/v3/zz_generated_service.go +++ b/client/project/v3/zz_generated_service.go @@ -49,7 +49,7 @@ type Service struct { Description string `json:"description,omitempty" yaml:"description,omitempty"` ExternalIPs []string `json:"externalIPs,omitempty" yaml:"externalIPs,omitempty"` ExternalTrafficPolicy string `json:"externalTrafficPolicy,omitempty" yaml:"externalTrafficPolicy,omitempty"` - HealthCheckNodePort *int64 `json:"healthCheckNodePort,omitempty" yaml:"healthCheckNodePort,omitempty"` + HealthCheckNodePort int64 `json:"healthCheckNodePort,omitempty" yaml:"healthCheckNodePort,omitempty"` Hostname string `json:"hostname,omitempty" yaml:"hostname,omitempty"` IPAddresses []string `json:"ipAddresses,omitempty" yaml:"ipAddresses,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` diff --git a/client/project/v3/zz_generated_service_port.go b/client/project/v3/zz_generated_service_port.go index 34102afc..18b4b5e0 100644 --- a/client/project/v3/zz_generated_service_port.go +++ b/client/project/v3/zz_generated_service_port.go @@ -13,8 +13,8 @@ const ( type ServicePort struct { Name string `json:"name,omitempty" yaml:"name,omitempty"` - NodePort *int64 `json:"nodePort,omitempty" yaml:"nodePort,omitempty"` - Port *int64 `json:"port,omitempty" yaml:"port,omitempty"` + NodePort int64 `json:"nodePort,omitempty" yaml:"nodePort,omitempty"` + Port int64 `json:"port,omitempty" yaml:"port,omitempty"` Protocol string `json:"protocol,omitempty" yaml:"protocol,omitempty"` TargetPort intstr.IntOrString `json:"targetPort,omitempty" yaml:"targetPort,omitempty"` } diff --git a/client/project/v3/zz_generated_service_spec.go b/client/project/v3/zz_generated_service_spec.go index c5609423..127b9193 100644 --- a/client/project/v3/zz_generated_service_spec.go +++ b/client/project/v3/zz_generated_service_spec.go @@ -21,7 +21,7 @@ type ServiceSpec struct { ClusterIp string `json:"clusterIp,omitempty" yaml:"clusterIp,omitempty"` ExternalIPs []string `json:"externalIPs,omitempty" yaml:"externalIPs,omitempty"` ExternalTrafficPolicy string `json:"externalTrafficPolicy,omitempty" yaml:"externalTrafficPolicy,omitempty"` - HealthCheckNodePort *int64 `json:"healthCheckNodePort,omitempty" yaml:"healthCheckNodePort,omitempty"` + HealthCheckNodePort int64 `json:"healthCheckNodePort,omitempty" yaml:"healthCheckNodePort,omitempty"` Hostname string `json:"hostname,omitempty" yaml:"hostname,omitempty"` LoadBalancerIP string `json:"loadBalancerIP,omitempty" yaml:"loadBalancerIP,omitempty"` LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty" yaml:"loadBalancerSourceRanges,omitempty"` diff --git a/client/project/v3/zz_generated_stateful_set_status.go b/client/project/v3/zz_generated_stateful_set_status.go index 031ce9cd..55963d7c 100644 --- a/client/project/v3/zz_generated_stateful_set_status.go +++ b/client/project/v3/zz_generated_stateful_set_status.go @@ -14,11 +14,11 @@ const ( type StatefulSetStatus struct { CollisionCount *int64 `json:"collisionCount,omitempty" yaml:"collisionCount,omitempty"` - CurrentReplicas *int64 `json:"currentReplicas,omitempty" yaml:"currentReplicas,omitempty"` + CurrentReplicas int64 `json:"currentReplicas,omitempty" yaml:"currentReplicas,omitempty"` CurrentRevision string `json:"currentRevision,omitempty" yaml:"currentRevision,omitempty"` - ObservedGeneration *int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` - ReadyReplicas *int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` - Replicas *int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` + ObservedGeneration int64 `json:"observedGeneration,omitempty" yaml:"observedGeneration,omitempty"` + ReadyReplicas int64 `json:"readyReplicas,omitempty" yaml:"readyReplicas,omitempty"` + Replicas int64 `json:"replicas,omitempty" yaml:"replicas,omitempty"` UpdateRevision string `json:"updateRevision,omitempty" yaml:"updateRevision,omitempty"` - UpdatedReplicas *int64 `json:"updatedReplicas,omitempty" yaml:"updatedReplicas,omitempty"` + UpdatedReplicas int64 `json:"updatedReplicas,omitempty" yaml:"updatedReplicas,omitempty"` } diff --git a/client/project/v3/zz_generated_status.go b/client/project/v3/zz_generated_status.go index 06112b49..88f459d3 100644 --- a/client/project/v3/zz_generated_status.go +++ b/client/project/v3/zz_generated_status.go @@ -14,7 +14,7 @@ const ( type Status struct { APIVersion string `json:"apiVersion,omitempty" yaml:"apiVersion,omitempty"` - Code *int64 `json:"code,omitempty" yaml:"code,omitempty"` + Code int64 `json:"code,omitempty" yaml:"code,omitempty"` Details *StatusDetails `json:"details,omitempty" yaml:"details,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` ListMeta *ListMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"` diff --git a/client/project/v3/zz_generated_status_details.go b/client/project/v3/zz_generated_status_details.go index b0d17e51..fcddda13 100644 --- a/client/project/v3/zz_generated_status_details.go +++ b/client/project/v3/zz_generated_status_details.go @@ -15,6 +15,6 @@ type StatusDetails struct { Group string `json:"group,omitempty" yaml:"group,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Name string `json:"name,omitempty" yaml:"name,omitempty"` - RetryAfterSeconds *int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` + RetryAfterSeconds int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"` UID string `json:"uid,omitempty" yaml:"uid,omitempty"` } diff --git a/client/project/v3/zz_generated_weighted_pod_affinity_term.go b/client/project/v3/zz_generated_weighted_pod_affinity_term.go index e95162e9..a046f5ae 100644 --- a/client/project/v3/zz_generated_weighted_pod_affinity_term.go +++ b/client/project/v3/zz_generated_weighted_pod_affinity_term.go @@ -8,5 +8,5 @@ const ( type WeightedPodAffinityTerm struct { PodAffinityTerm *PodAffinityTerm `json:"podAffinityTerm,omitempty" yaml:"podAffinityTerm,omitempty"` - Weight *int64 `json:"weight,omitempty" yaml:"weight,omitempty"` + Weight int64 `json:"weight,omitempty" yaml:"weight,omitempty"` }