Uses of Class
io.fabric8.kubernetes.api.model.Config
-
Packages that use Config Package Description io.fabric8.kubernetes.api.model -
-
Uses of Config in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Config Modifier and Type Method Description ConfigConfigBuilder. build()ConfigKubeSchemaFluent. buildConfig()ConfigKubeSchemaFluentImpl. buildConfig()ConfigKubeSchema. getConfig()ConfigKubeSchemaFluent. getConfig()Deprecated.ConfigKubeSchemaFluentImpl. getConfig()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type Config Modifier and Type Method Description KubeSchemaFluent.ConfigNested<A>KubeSchemaFluent. editOrNewConfigLike(Config item)KubeSchemaFluent.ConfigNested<A>KubeSchemaFluentImpl. editOrNewConfigLike(Config item)voidKubeSchema. setConfig(Config config)AKubeSchemaFluent. withConfig(Config config)AKubeSchemaFluentImpl. withConfig(Config config)AWatchEventFluent. withConfigObject(Config configObject)AWatchEventFluentImpl. withConfigObject(Config configObject)KubeSchemaFluent.ConfigNested<A>KubeSchemaFluent. withNewConfigLike(Config item)KubeSchemaFluent.ConfigNested<A>KubeSchemaFluentImpl. withNewConfigLike(Config item)WatchEventFluent.ConfigObjectNested<A>WatchEventFluent. withNewConfigObjectLike(Config item)WatchEventFluent.ConfigObjectNested<A>WatchEventFluentImpl. withNewConfigObjectLike(Config item)Constructors in io.fabric8.kubernetes.api.model with parameters of type Config Constructor Description ConfigBuilder(Config instance)ConfigBuilder(ConfigFluent<?> fluent, Config instance)ConfigBuilder(ConfigFluent<?> fluent, Config instance, Boolean validationEnabled)ConfigBuilder(Config instance, Boolean validationEnabled)ConfigFluentImpl(Config instance)KubeSchema(APIGroup aPIGroup, APIGroupList aPIGroupList, APIService aPIService, APIServiceList aPIServiceList, BaseKubernetesList baseKubernetesList, Binding binding, ComponentStatus componentStatus, ComponentStatusList componentStatusList, Condition condition, Config config, ConfigMap configMap, ConfigMapList configMapList, ContainerStatus containerStatus, CreateOptions createOptions, DeleteOptions deleteOptions, EndpointPort endpointPort, Endpoints endpoints, EndpointsList endpointsList, EnvVar envVar, Event event, EventList eventList, EventSeries eventSeries, EventSource eventSource, GetOptions getOptions, GroupVersionKind groupVersionKind, GroupVersionResource groupVersionResource, Info info, LimitRangeList limitRangeList, ListOptions listOptions, MicroTime microTime, Namespace namespace, NamespaceList namespaceList, Node node, NodeList nodeList, ObjectMeta objectMeta, Patch patch, PatchOptions patchOptions, PersistentVolume persistentVolume, PersistentVolumeClaim persistentVolumeClaim, PersistentVolumeClaimList persistentVolumeClaimList, PersistentVolumeList persistentVolumeList, PodExecOptions podExecOptions, PodList podList, PodTemplateList podTemplateList, Quantity quantity, ReplicationControllerList replicationControllerList, ResourceQuota resourceQuota, ResourceQuotaList resourceQuotaList, RootPaths rootPaths, Secret secret, SecretList secretList, ServiceAccount serviceAccount, ServiceAccountList serviceAccountList, ServiceList serviceList, Status status, String time, Toleration toleration, TopologySelectorTerm topologySelectorTerm, TypeMeta typeMeta, UpdateOptions updateOptions, WatchEvent watchEvent)
-