Class CephfsFluent<A extends CephfsFluent<A>>

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

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

      • CephfsFluent

        public CephfsFluent()
      • CephfsFluent

        public CephfsFluent​(Cephfs instance)
    • Method Detail

      • 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()
      • getPath

        public String getPath()
      • withPath

        public A withPath​(String path)
      • hasPath

        public boolean hasPath()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • getSecretFile

        public String getSecretFile()
      • withSecretFile

        public A withSecretFile​(String secretFile)
      • hasSecretFile

        public boolean hasSecretFile()
      • 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 CephfsFluent<A>>
      • hashCode

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

        public A withReadOnly()