Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for POSIX (0.12 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // secret object contains more than one secret, all secret references are passed.
      // +optional
      optional LocalObjectReference nodePublishSecretRef = 5;
    }
    
    // Adds and removes POSIX capabilities from running containers.
    message Capabilities {
      // Added capabilities
      // +optional
      repeated string add = 1;
    
      // Removed capabilities
      // +optional
      repeated string drop = 2;
    }
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top