public class ResourceConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResourceConfig.Builder |
Constructor and Description |
---|
ResourceConfig() |
Modifier and Type | Method and Description |
---|---|
MetaDataConfig |
getAnnotations() |
ConfigMap |
getConfigMap() |
String |
getControllerName() |
List<String> |
getCrdContexts() |
Optional<Map<String,String>> |
getEnv() |
String |
getImagePullPolicy() |
List<io.fabric8.kubernetes.api.model.extensions.IngressRule> |
getIngressRules() |
MetaDataConfig |
getLabels() |
ProbeConfig |
getLiveness() |
MetricsConfig |
getMetrics() |
String |
getNamespace() |
Map<String,Integer> |
getPorts() |
ProbeConfig |
getReadiness() |
List<String> |
getRemotes() |
int |
getReplicas() |
List<SecretConfig> |
getSecrets() |
String |
getServiceAccount() |
List<ServiceAccountConfig> |
getServiceAccounts() |
List<ServiceConfig> |
getServices() |
List<VolumeConfig> |
getVolumes() |
boolean |
isContainerPrivileged() |
public MetaDataConfig getLabels()
public MetaDataConfig getAnnotations()
public List<VolumeConfig> getVolumes()
public List<ServiceConfig> getServices()
public List<SecretConfig> getSecrets()
public ProbeConfig getLiveness()
public ProbeConfig getReadiness()
public MetricsConfig getMetrics()
public boolean isContainerPrivileged()
public String getImagePullPolicy()
public String getControllerName()
public int getReplicas()
public String getServiceAccount()
public List<ServiceAccountConfig> getServiceAccounts()
public String getNamespace()
public ConfigMap getConfigMap()
public List<io.fabric8.kubernetes.api.model.extensions.IngressRule> getIngressRules()
Copyright © 2020. All rights reserved.