add json:omitempty option to ClusterDomain
This commit is contained in:
		
							parent
							
								
									51909204fd
								
							
						
					
					
						commit
						10f73a5627
					
				|  | @ -53,7 +53,7 @@ type KubernetesMetaConfiguration struct { | ||||||
| 	EnableInitContainers                   *bool                 `json:"enable_init_containers,omitempty"` | 	EnableInitContainers                   *bool                 `json:"enable_init_containers,omitempty"` | ||||||
| 	EnableSidecars                         *bool                 `json:"enable_sidecars,omitempty"` | 	EnableSidecars                         *bool                 `json:"enable_sidecars,omitempty"` | ||||||
| 	SecretNameTemplate                     config.StringTemplate `json:"secret_name_template,omitempty"` | 	SecretNameTemplate                     config.StringTemplate `json:"secret_name_template,omitempty"` | ||||||
| 	ClusterDomain                          string                `json:"cluster_domain"` | 	ClusterDomain                          string                `json:"cluster_domain,omitempty"` | ||||||
| 	OAuthTokenSecretName                   spec.NamespacedName   `json:"oauth_token_secret_name,omitempty"` | 	OAuthTokenSecretName                   spec.NamespacedName   `json:"oauth_token_secret_name,omitempty"` | ||||||
| 	InfrastructureRolesSecretName          spec.NamespacedName   `json:"infrastructure_roles_secret_name,omitempty"` | 	InfrastructureRolesSecretName          spec.NamespacedName   `json:"infrastructure_roles_secret_name,omitempty"` | ||||||
| 	PodRoleLabel                           string                `json:"pod_role_label,omitempty"` | 	PodRoleLabel                           string                `json:"pod_role_label,omitempty"` | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue