Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 14 (0.18 sec)

  1. common-protos/k8s.io/api/events/v1beta1/generated.proto

      // deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time deprecatedLastTimestamp = 14;
    
      // deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type.
      // +optional
      optional int32 deprecatedCount = 15;
    }
    
    // EventList is a list of Event objects.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/admission/v1/generated.proto

      //
      // See documentation for the "matchPolicy" field in the webhook configuration type.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionResource requestResource = 14;
    
      // RequestSubResource is the name of the subresource of the original API request, if any (for example, "status" or "scale")
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 8.1K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/events/v1/generated.proto

      // deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time deprecatedLastTimestamp = 14;
    
      // deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type.
      // +optional
      optional int32 deprecatedCount = 15;
    }
    
    // EventList is a list of Event objects.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 5.5K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/admission/v1beta1/generated.proto

      //
      // See documentation for the "matchPolicy" field in the webhook configuration type.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionResource requestResource = 14;
    
      // RequestSubResource is the name of the subresource of the original API request, if any (for example, "status" or "scale")
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 8.1K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      // the PSP should deny the pod.
      // If set to false the container may run with a read only root file system if it wishes but it
      // will not be forced to.
      // +optional
      optional bool readOnlyRootFilesystem = 14;
    
      // defaultAllowPrivilegeEscalation controls the default setting for whether a
      // process can gain more privileges than its parent process.
      // +optional
      optional bool defaultAllowPrivilegeEscalation = 15;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // Without enforced ordering finalizers are free to order amongst themselves and
      // are not vulnerable to ordering changes in the list.
      // +optional
      // +patchStrategy=merge
      repeated string finalizers = 14;
    
      // ManagedFields maps workflow-id and version to the set of fields
      // that are managed by that workflow. This is mostly for internal
      // housekeeping, and users typically shouldn't need to set or
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // Cannot be updated.
      // More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
      // +optional
      optional string imagePullPolicy = 14;
    
      // SecurityContext defines the security options the container should be run with.
      // If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top