Interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleSpecFluent.RouteNested<N>
- All Known Implementing Classes:
ConsoleConfigRouteBuilder,ConsoleConfigRouteFluentImpl,ConsoleSpecFluentImpl.RouteNestedImpl
public interface ConsoleConfigRouteFluent<A extends ConsoleConfigRouteFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConsoleConfigRouteFluent.SecretNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SecretNameReferencebuildSecret()ConsoleConfigRouteFluent.SecretNested<A>editOrNewSecret()ConsoleConfigRouteFluent.SecretNested<A>editOrNewSecretLike(SecretNameReference item)ConsoleConfigRouteFluent.SecretNested<A>editSecret()StringgetHostname()SecretNameReferencegetSecret()Deprecated.BooleanhasHostname()BooleanhasSecret()AwithHostname(String hostname)AwithNewHostname(String arg1)AwithNewHostname(StringBuffer arg1)AwithNewHostname(StringBuilder arg1)ConsoleConfigRouteFluent.SecretNested<A>withNewSecret()AwithNewSecret(String name)ConsoleConfigRouteFluent.SecretNested<A>withNewSecretLike(SecretNameReference item)AwithSecret(SecretNameReference secret)
-
-
-
Method Detail
-
getHostname
String getHostname()
-
hasHostname
Boolean hasHostname()
-
withNewHostname
A withNewHostname(StringBuilder arg1)
-
withNewHostname
A withNewHostname(StringBuffer arg1)
-
getSecret
@Deprecated SecretNameReference getSecret()
Deprecated.This method has been deprecated, please use method buildSecret instead.- Returns:
- The buildable object.
-
buildSecret
SecretNameReference buildSecret()
-
withSecret
A withSecret(SecretNameReference secret)
-
hasSecret
Boolean hasSecret()
-
withNewSecret
ConsoleConfigRouteFluent.SecretNested<A> withNewSecret()
-
withNewSecretLike
ConsoleConfigRouteFluent.SecretNested<A> withNewSecretLike(SecretNameReference item)
-
editSecret
ConsoleConfigRouteFluent.SecretNested<A> editSecret()
-
editOrNewSecret
ConsoleConfigRouteFluent.SecretNested<A> editOrNewSecret()
-
editOrNewSecretLike
ConsoleConfigRouteFluent.SecretNested<A> editOrNewSecretLike(SecretNameReference item)
-
-