Class LoggingDestinationFluentImpl<A extends LoggingDestinationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.LoggingDestinationFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,LoggingDestinationFluent<A>
- Direct Known Subclasses:
AccessLoggingFluentImpl.DestinationNestedImpl,LoggingDestinationBuilder
public class LoggingDestinationFluentImpl<A extends LoggingDestinationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LoggingDestinationFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLoggingDestinationFluentImpl.ContainerNestedImpl<N>classLoggingDestinationFluentImpl.SyslogNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.LoggingDestinationFluent
LoggingDestinationFluent.ContainerNested<N>, LoggingDestinationFluent.SyslogNested<N>
-
-
Constructor Summary
Constructors Constructor Description LoggingDestinationFluentImpl()LoggingDestinationFluentImpl(LoggingDestination instance)
-
Method Summary
-
-
-
Constructor Detail
-
LoggingDestinationFluentImpl
public LoggingDestinationFluentImpl()
-
LoggingDestinationFluentImpl
public LoggingDestinationFluentImpl(LoggingDestination instance)
-
-
Method Detail
-
getContainer
@Deprecated public ContainerLoggingDestinationParameters getContainer()
Deprecated.This method has been deprecated, please use method buildContainer instead.- Specified by:
getContainerin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>- Returns:
- The buildable object.
-
buildContainer
public ContainerLoggingDestinationParameters buildContainer()
- Specified by:
buildContainerin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withContainer
public A withContainer(ContainerLoggingDestinationParameters container)
- Specified by:
withContainerin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
hasContainer
public Boolean hasContainer()
- Specified by:
hasContainerin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewContainer
public LoggingDestinationFluent.ContainerNested<A> withNewContainer()
- Specified by:
withNewContainerin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewContainerLike
public LoggingDestinationFluent.ContainerNested<A> withNewContainerLike(ContainerLoggingDestinationParameters item)
- Specified by:
withNewContainerLikein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
editContainer
public LoggingDestinationFluent.ContainerNested<A> editContainer()
- Specified by:
editContainerin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
editOrNewContainer
public LoggingDestinationFluent.ContainerNested<A> editOrNewContainer()
- Specified by:
editOrNewContainerin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
editOrNewContainerLike
public LoggingDestinationFluent.ContainerNested<A> editOrNewContainerLike(ContainerLoggingDestinationParameters item)
- Specified by:
editOrNewContainerLikein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
getSyslog
@Deprecated public SyslogLoggingDestinationParameters getSyslog()
Deprecated.This method has been deprecated, please use method buildSyslog instead.- Specified by:
getSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>- Returns:
- The buildable object.
-
buildSyslog
public SyslogLoggingDestinationParameters buildSyslog()
- Specified by:
buildSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withSyslog
public A withSyslog(SyslogLoggingDestinationParameters syslog)
- Specified by:
withSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
hasSyslog
public Boolean hasSyslog()
- Specified by:
hasSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewSyslog
public A withNewSyslog(String address, String facility, Integer port)
- Specified by:
withNewSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewSyslog
public LoggingDestinationFluent.SyslogNested<A> withNewSyslog()
- Specified by:
withNewSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewSyslogLike
public LoggingDestinationFluent.SyslogNested<A> withNewSyslogLike(SyslogLoggingDestinationParameters item)
- Specified by:
withNewSyslogLikein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
editSyslog
public LoggingDestinationFluent.SyslogNested<A> editSyslog()
- Specified by:
editSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
editOrNewSyslog
public LoggingDestinationFluent.SyslogNested<A> editOrNewSyslog()
- Specified by:
editOrNewSyslogin interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
editOrNewSyslogLike
public LoggingDestinationFluent.SyslogNested<A> editOrNewSyslogLike(SyslogLoggingDestinationParameters item)
- Specified by:
editOrNewSyslogLikein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceLoggingDestinationFluent<A extends LoggingDestinationFluent<A>>
-
-