Class RbdFluent<A extends RbdFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    RbdBuilder, VolumesFluent.RbdNested

    public class RbdFluent<A extends RbdFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • RbdFluent

        public RbdFluent()
      • RbdFluent

        public RbdFluent​(Rbd instance)
    • Method Detail

      • getFsType

        public String getFsType()
      • withFsType

        public A withFsType​(String fsType)
      • hasFsType

        public boolean hasFsType()
      • getImage

        public String getImage()
      • withImage

        public A withImage​(String image)
      • hasImage

        public boolean hasImage()
      • getKeyring

        public String getKeyring()
      • withKeyring

        public A withKeyring​(String keyring)
      • hasKeyring

        public boolean hasKeyring()
      • addToMonitors

        public A addToMonitors​(int index,
                               String item)
      • setToMonitors

        public A setToMonitors​(int index,
                               String item)
      • addToMonitors

        public A addToMonitors​(String... items)
      • removeFromMonitors

        public A removeFromMonitors​(String... items)
      • removeAllFromMonitors

        public A removeAllFromMonitors​(Collection<String> items)
      • getMonitor

        public String getMonitor​(int index)
      • getFirstMonitor

        public String getFirstMonitor()
      • getLastMonitor

        public String getLastMonitor()
      • hasMatchingMonitor

        public boolean hasMatchingMonitor​(Predicate<String> predicate)
      • withMonitors

        public A withMonitors​(List<String> monitors)
      • withMonitors

        public A withMonitors​(String... monitors)
      • hasMonitors

        public boolean hasMonitors()
      • getPool

        public String getPool()
      • withPool

        public A withPool​(String pool)
      • hasPool

        public boolean hasPool()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • buildSecretRef

        public SecretRef buildSecretRef()
      • withSecretRef

        public A withSecretRef​(SecretRef secretRef)
      • hasSecretRef

        public boolean hasSecretRef()
      • getUser

        public String getUser()
      • withUser

        public A withUser​(String user)
      • hasUser

        public boolean hasUser()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RbdFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RbdFluent<A>>
      • withReadOnly

        public A withReadOnly()