| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
Secret |
SecretBuilder.build() |
Secret |
SecretListFluentImpl.buildFirstItem() |
Secret |
SecretListFluent.buildFirstItem() |
Secret |
SecretListFluentImpl.buildItem(int index) |
Secret |
SecretListFluent.buildItem(int index) |
Secret |
SecretListFluentImpl.buildLastItem() |
Secret |
SecretListFluent.buildLastItem() |
Secret |
SecretListFluentImpl.buildMatchingItem(Predicate<SecretBuilder> predicate) |
Secret |
SecretListFluent.buildMatchingItem(Predicate<SecretBuilder> predicate) |
Secret |
KubeSchemaFluent.buildSecret() |
Secret |
KubeSchemaFluentImpl.buildSecret() |
Secret |
DoneableSecret.done() |
Secret |
KubeSchemaFluent.getSecret()
Deprecated.
|
Secret |
KubeSchemaFluentImpl.getSecret()
Deprecated.
|
Secret |
KubeSchema.getSecret() |
| Modifier and Type | Method and Description |
|---|---|
List<Secret> |
SecretListFluentImpl.buildItems() |
List<Secret> |
SecretListFluent.buildItems() |
List<Secret> |
SecretListFluentImpl.getItems()
Deprecated.
|
List<Secret> |
SecretListFluent.getItems()
Deprecated.
|
List<Secret> |
SecretList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
SecretListFluent.ItemsNested<A> |
SecretListFluentImpl.addNewItemLike(Secret item) |
SecretListFluent.ItemsNested<A> |
SecretListFluent.addNewItemLike(Secret item) |
BaseKubernetesListFluent.SecretItemsNested<A> |
BaseKubernetesListFluentImpl.addNewSecretItemLike(Secret item) |
BaseKubernetesListFluent.SecretItemsNested<A> |
BaseKubernetesListFluent.addNewSecretItemLike(Secret item) |
A |
SecretListFluentImpl.addToItems(int index,
Secret item) |
A |
SecretListFluent.addToItems(int index,
Secret item) |
A |
SecretListFluentImpl.addToItems(Secret... items) |
A |
SecretListFluent.addToItems(Secret... items) |
A |
BaseKubernetesListFluentImpl.addToSecretItems(int index,
Secret item) |
A |
BaseKubernetesListFluent.addToSecretItems(int index,
Secret item) |
A |
BaseKubernetesListFluentImpl.addToSecretItems(Secret... items) |
A |
BaseKubernetesListFluent.addToSecretItems(Secret... items) |
KubeSchemaFluent.SecretNested<A> |
KubeSchemaFluent.editOrNewSecretLike(Secret item) |
KubeSchemaFluent.SecretNested<A> |
KubeSchemaFluentImpl.editOrNewSecretLike(Secret item) |
A |
SecretListFluentImpl.removeFromItems(Secret... items) |
A |
SecretListFluent.removeFromItems(Secret... items) |
A |
BaseKubernetesListFluentImpl.removeFromSecretItems(Secret... items) |
A |
BaseKubernetesListFluent.removeFromSecretItems(Secret... items) |
SecretListFluent.ItemsNested<A> |
SecretListFluentImpl.setNewItemLike(int index,
Secret item) |
SecretListFluent.ItemsNested<A> |
SecretListFluent.setNewItemLike(int index,
Secret item) |
BaseKubernetesListFluent.SecretItemsNested<A> |
BaseKubernetesListFluentImpl.setNewSecretItemLike(int index,
Secret item) |
BaseKubernetesListFluent.SecretItemsNested<A> |
BaseKubernetesListFluent.setNewSecretItemLike(int index,
Secret item) |
void |
KubeSchema.setSecret(Secret secret) |
A |
SecretListFluentImpl.setToItems(int index,
Secret item) |
A |
SecretListFluent.setToItems(int index,
Secret item) |
A |
BaseKubernetesListFluentImpl.setToSecretItems(int index,
Secret item) |
A |
BaseKubernetesListFluent.setToSecretItems(int index,
Secret item) |
A |
SecretListFluentImpl.withItems(Secret... items) |
A |
SecretListFluent.withItems(Secret... items) |
NamedExtensionFluent.SecretExtensionNested<A> |
NamedExtensionFluentImpl.withNewSecretExtensionLike(Secret item) |
NamedExtensionFluent.SecretExtensionNested<A> |
NamedExtensionFluent.withNewSecretExtensionLike(Secret item) |
KubeSchemaFluent.SecretNested<A> |
KubeSchemaFluent.withNewSecretLike(Secret item) |
KubeSchemaFluent.SecretNested<A> |
KubeSchemaFluentImpl.withNewSecretLike(Secret item) |
WatchEventFluent.SecretObjectNested<A> |
WatchEventFluent.withNewSecretObjectLike(Secret item) |
WatchEventFluent.SecretObjectNested<A> |
WatchEventFluentImpl.withNewSecretObjectLike(Secret item) |
A |
KubeSchemaFluent.withSecret(Secret secret) |
A |
KubeSchemaFluentImpl.withSecret(Secret secret) |
A |
NamedExtensionFluentImpl.withSecretExtension(Secret secretExtension) |
A |
NamedExtensionFluent.withSecretExtension(Secret secretExtension) |
A |
WatchEventFluent.withSecretObject(Secret secretObject) |
A |
WatchEventFluentImpl.withSecretObject(Secret secretObject) |
| Modifier and Type | Method and Description |
|---|---|
A |
SecretListFluentImpl.addAllToItems(Collection<Secret> items) |
A |
SecretListFluent.addAllToItems(Collection<Secret> items) |
A |
BaseKubernetesListFluentImpl.addAllToSecretItems(Collection<Secret> items) |
A |
BaseKubernetesListFluent.addAllToSecretItems(Collection<Secret> items) |
A |
SecretListFluentImpl.removeAllFromItems(Collection<Secret> items) |
A |
SecretListFluent.removeAllFromItems(Collection<Secret> items) |
A |
BaseKubernetesListFluentImpl.removeAllFromSecretItems(Collection<Secret> items) |
A |
BaseKubernetesListFluent.removeAllFromSecretItems(Collection<Secret> items) |
void |
SecretList.setItems(List<Secret> items) |
A |
SecretListFluentImpl.withItems(List<Secret> items) |
A |
SecretListFluent.withItems(List<Secret> items) |
| Constructor and Description |
|---|
DoneableSecret(Secret item) |
DoneableSecret(Secret item,
Function<Secret,Secret> function) |
KubeSchema(APIGroup aPIGroup,
APIGroupList aPIGroupList,
BaseKubernetesList baseKubernetesList,
Binding binding,
ComponentStatus componentStatus,
ComponentStatusList componentStatusList,
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,
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) |
SecretBuilder(Secret instance) |
SecretBuilder(Secret instance,
Boolean validationEnabled) |
SecretBuilder(SecretFluent<?> fluent,
Secret instance) |
SecretBuilder(SecretFluent<?> fluent,
Secret instance,
Boolean validationEnabled) |
SecretFluentImpl(Secret instance) |
| Constructor and Description |
|---|
DoneableSecret(Function<Secret,Secret> function) |
DoneableSecret(Function<Secret,Secret> function) |
DoneableSecret(Secret item,
Function<Secret,Secret> function) |
DoneableSecret(Secret item,
Function<Secret,Secret> function) |
SecretList(String apiVersion,
List<Secret> items,
String kind,
ListMeta metadata) |
Copyright © 2015–2020 Red Hat. All rights reserved.