Class V1NodeDaemonEndpoints

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeDaemonEndpoints

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1NodeDaemonEndpoints extends Object
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
  • Field Details

  • Constructor Details

    • V1NodeDaemonEndpoints

      public V1NodeDaemonEndpoints()
  • Method Details

    • getKubeletEndpoint

      public V1DaemonEndpoint getKubeletEndpoint()
      Returns:
      the kubeletEndpoint property value
    • setKubeletEndpoint

      public void setKubeletEndpoint(V1DaemonEndpoint kubeletEndpoint)
      Set the kubeletEndpoint property value
    • kubeletEndpoint

      public V1NodeDaemonEndpoints kubeletEndpoint(V1DaemonEndpoint kubeletEndpoint)
      Set kubeletEndpoint in a chainable fashion.
      Returns:
      The same instance of V1NodeDaemonEndpoints for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object