Package io.fabric8.openshift.api.model
Interface SecretBuildSourceFluent<A extends SecretBuildSourceFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BuildSourceFluent.SecretsNested<N>
- All Known Implementing Classes:
BuildSourceFluentImpl.SecretsNestedImpl,DoneableSecretBuildSource,SecretBuildSourceBuilder,SecretBuildSourceFluentImpl
public interface SecretBuildSourceFluent<A extends SecretBuildSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecretBuildSourceFluent.SecretNested<N> -
Method Summary
Modifier and Type Method Description io.fabric8.kubernetes.api.model.LocalObjectReferencebuildSecret()SecretBuildSourceFluent.SecretNested<A>editOrNewSecret()SecretBuildSourceFluent.SecretNested<A>editOrNewSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)SecretBuildSourceFluent.SecretNested<A>editSecret()StringgetDestinationDir()io.fabric8.kubernetes.api.model.LocalObjectReferencegetSecret()Deprecated.BooleanhasDestinationDir()BooleanhasSecret()AwithDestinationDir(String destinationDir)AwithNewDestinationDir(String arg1)AwithNewDestinationDir(StringBuffer arg1)AwithNewDestinationDir(StringBuilder arg1)SecretBuildSourceFluent.SecretNested<A>withNewSecret()AwithNewSecret(String name)SecretBuildSourceFluent.SecretNested<A>withNewSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)AwithSecret(io.fabric8.kubernetes.api.model.LocalObjectReference secret)
-
Method Details
-
getDestinationDir
String getDestinationDir() -
withDestinationDir
-
hasDestinationDir
Boolean hasDestinationDir() -
withNewDestinationDir
-
withNewDestinationDir
-
withNewDestinationDir
-
getSecret
Deprecated.This method has been deprecated, please use method buildSecret instead.- Returns:
- The buildable object.
-
buildSecret
io.fabric8.kubernetes.api.model.LocalObjectReference buildSecret() -
withSecret
-
hasSecret
Boolean hasSecret() -
withNewSecret
-
withNewSecret
SecretBuildSourceFluent.SecretNested<A> withNewSecret() -
withNewSecretLike
SecretBuildSourceFluent.SecretNested<A> withNewSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) -
editSecret
SecretBuildSourceFluent.SecretNested<A> editSecret() -
editOrNewSecret
SecretBuildSourceFluent.SecretNested<A> editOrNewSecret() -
editOrNewSecretLike
SecretBuildSourceFluent.SecretNested<A> editOrNewSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-