Class GrpcFluent<A extends GrpcFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    GrpcBuilder, StartupProbeFluent.StartupprobeGrpcNested

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

      • GrpcFluent

        public GrpcFluent()
      • GrpcFluent

        public GrpcFluent​(Grpc instance)
    • Method Detail

      • getPort

        public Integer getPort()
      • withPort

        public A withPort​(Integer port)
      • hasPort

        public boolean hasPort()
      • getService

        public String getService()
      • withService

        public A withService​(String service)
      • hasService

        public boolean hasService()
      • equals

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

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