Class ReleaseFluent<A extends ReleaseFluent<A>>

    • Constructor Detail

      • ReleaseFluent

        public ReleaseFluent()
      • ReleaseFluent

        public ReleaseFluent​(Release instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(Release instance)
      • getArchitecture

        public String getArchitecture()
      • withArchitecture

        public A withArchitecture​(String architecture)
      • hasArchitecture

        public boolean hasArchitecture()
      • addToChannels

        public A addToChannels​(int index,
                               String item)
      • setToChannels

        public A setToChannels​(int index,
                               String item)
      • addToChannels

        public A addToChannels​(String... items)
      • removeFromChannels

        public A removeFromChannels​(String... items)
      • removeAllFromChannels

        public A removeAllFromChannels​(Collection<String> items)
      • getChannel

        public String getChannel​(int index)
      • getFirstChannel

        public String getFirstChannel()
      • getLastChannel

        public String getLastChannel()
      • hasMatchingChannel

        public boolean hasMatchingChannel​(Predicate<String> predicate)
      • withChannels

        public A withChannels​(List<String> channels)
      • withChannels

        public A withChannels​(String... channels)
      • hasChannels

        public boolean hasChannels()
      • getImage

        public String getImage()
      • withImage

        public A withImage​(String image)
      • hasImage

        public boolean hasImage()
      • getUrl

        public String getUrl()
      • withUrl

        public A withUrl​(String url)
      • hasUrl

        public boolean hasUrl()
      • getVersion

        public String getVersion()
      • withVersion

        public A withVersion​(String version)
      • hasVersion

        public boolean hasVersion()
      • 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 ReleaseFluent<A>>
      • hashCode

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