Class AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>

    • Constructor Detail

      • AllowedHostPathFluent

        public AllowedHostPathFluent()
      • AllowedHostPathFluent

        public AllowedHostPathFluent​(AllowedHostPath instance)
    • Method Detail

      • getPathPrefix

        public String getPathPrefix()
      • withPathPrefix

        public A withPathPrefix​(String pathPrefix)
      • hasPathPrefix

        public boolean hasPathPrefix()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

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

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

        public A withReadOnly()