| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
ObjectReferenceBuilder.build() |
ObjectReference |
PersistentVolumeSpecFluent.buildClaimRef() |
ObjectReference |
PersistentVolumeSpecFluentImpl.buildClaimRef() |
ObjectReference |
ServiceAccountFluentImpl.buildFirstSecret() |
ObjectReference |
ServiceAccountFluent.buildFirstSecret() |
ObjectReference |
EventFluent.buildInvolvedObject() |
ObjectReference |
EventFluentImpl.buildInvolvedObject() |
ObjectReference |
ServiceAccountFluentImpl.buildLastSecret() |
ObjectReference |
ServiceAccountFluent.buildLastSecret() |
ObjectReference |
ServiceAccountFluentImpl.buildMatchingSecret(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
ServiceAccountFluent.buildMatchingSecret(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
EventFluent.buildRelated() |
ObjectReference |
EventFluentImpl.buildRelated() |
ObjectReference |
ServiceAccountFluentImpl.buildSecret(int index) |
ObjectReference |
ServiceAccountFluent.buildSecret(int index) |
ObjectReference |
StorageOSPersistentVolumeSourceFluentImpl.buildSecretRef() |
ObjectReference |
StorageOSPersistentVolumeSourceFluent.buildSecretRef() |
ObjectReference |
BindingFluent.buildTarget() |
ObjectReference |
BindingFluentImpl.buildTarget() |
ObjectReference |
EndpointAddressFluentImpl.buildTargetRef() |
ObjectReference |
EndpointAddressFluent.buildTargetRef() |
ObjectReference |
DoneableObjectReference.done() |
ObjectReference |
PersistentVolumeSpecFluent.getClaimRef()
Deprecated.
|
ObjectReference |
PersistentVolumeSpecFluentImpl.getClaimRef()
Deprecated.
|
ObjectReference |
PersistentVolumeSpec.getClaimRef() |
ObjectReference |
EventFluent.getInvolvedObject()
Deprecated.
|
ObjectReference |
EventFluentImpl.getInvolvedObject()
Deprecated.
|
ObjectReference |
Event.getInvolvedObject() |
ObjectReference |
EventFluent.getRelated()
Deprecated.
|
ObjectReference |
EventFluentImpl.getRelated()
Deprecated.
|
ObjectReference |
Event.getRelated() |
ObjectReference |
StorageOSPersistentVolumeSourceFluentImpl.getSecretRef()
Deprecated.
|
ObjectReference |
StorageOSPersistentVolumeSourceFluent.getSecretRef()
Deprecated.
|
ObjectReference |
StorageOSPersistentVolumeSource.getSecretRef() |
ObjectReference |
BindingFluent.getTarget()
Deprecated.
|
ObjectReference |
BindingFluentImpl.getTarget()
Deprecated.
|
ObjectReference |
Binding.getTarget() |
ObjectReference |
EndpointAddressFluentImpl.getTargetRef()
Deprecated.
|
ObjectReference |
EndpointAddressFluent.getTargetRef()
Deprecated.
|
ObjectReference |
EndpointAddress.getTargetRef() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectReference> |
ServiceAccountFluentImpl.buildSecrets() |
List<ObjectReference> |
ServiceAccountFluent.buildSecrets() |
List<ObjectReference> |
ServiceAccountFluentImpl.getSecrets()
Deprecated.
|
List<ObjectReference> |
ServiceAccountFluent.getSecrets()
Deprecated.
|
List<ObjectReference> |
ServiceAccount.getSecrets() |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceAccountFluentImpl.addAllToSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluent.addAllToSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluentImpl.removeAllFromSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluent.removeAllFromSecrets(Collection<ObjectReference> items) |
void |
ServiceAccount.setSecrets(List<ObjectReference> secrets) |
A |
ServiceAccountFluentImpl.withSecrets(List<ObjectReference> secrets) |
A |
ServiceAccountFluent.withSecrets(List<ObjectReference> secrets) |
| Constructor and Description |
|---|
DoneableObjectReference(Function<ObjectReference,ObjectReference> function) |
DoneableObjectReference(Function<ObjectReference,ObjectReference> function) |
DoneableObjectReference(ObjectReference item,
Function<ObjectReference,ObjectReference> function) |
DoneableObjectReference(ObjectReference item,
Function<ObjectReference,ObjectReference> function) |
ServiceAccount(String apiVersion,
Boolean automountServiceAccountToken,
List<LocalObjectReference> imagePullSecrets,
String kind,
ObjectMeta metadata,
List<ObjectReference> secrets) |
Copyright © 2015–2021 Red Hat. All rights reserved.