Class PodOS.Builder

  • Enclosing class:
    PodOS

    public static class PodOS.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PodOS build()  
      PodOS.Builder name​(@NonNull java.lang.String name)
      Name is the name of the operating system.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • name

        public PodOS.Builder name​(@NonNull
                                  @NonNull java.lang.String name)
        Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null
        Returns:
        this.
      • build

        public PodOS build()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object