Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for bundles (0.32 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	ValidateGateway       *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=validateGateway,proto3" json:"validateGateway,omitempty"`
    	// validation webhook CA bundle
    	ValidationCABundle string `protobuf:"bytes,5,opt,name=validationCABundle,proto3" json:"validationCABundle,omitempty"`
    }
    
    func (x *BaseConfig) Reset() {
    	*x = BaseConfig{}
    	if protoimpl.UnsafeEnabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.proto

      // signerName and labelSelector is allowed to match zero
      // ClusterTrustBundles.
      // +optional
      optional bool optional = 5;
    
      // Relative path from the volume root to write the bundle.
      optional string path = 4;
    }
    
    // Information about the condition of a component.
    message ComponentCondition {
      // Type of condition for a component.
      // Valid value: "Healthy"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    * GCE: Bump GLBC version to [0.9.7](https://github.com/kubernetes/ingress/releases/tag/0.9.7). ([#53625](https://github.com/kubernetes/kubernetes/pull/53625), [@nikhiljindal](https://github.com/nikhiljindal))
    * kubeadm 1.8 now properly handles upgrades from to 1.7.x to newer release in 1.7 branch ([#53338](https://github.com/kubernetes/kubernetes/pull/53338), [@kad](https://github.com/kad))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// ClusterTrustBundles.
    	// +optional
    	Optional *bool `json:"optional,omitempty" protobuf:"varint,5,opt,name=optional"`
    
    	// Relative path from the volume root to write the bundle.
    	Path string `json:"path" protobuf:"bytes,4,rep,name=path"`
    }
    
    // Represents a projected volume source
    type ProjectedVolumeSource struct {
    	// sources is the list of volume projections
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

    - Kubelet: wait for node allocatable ephemeral-storage data. ([#101882](https://github.com/kubernetes/kubernetes/pull/101882), [@jackfrancis](https://github.com/jackfrancis))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      auto result_batch_shape = rewriter->create<shape::BroadcastOp>(
          loc, shape_type, lhs_splitted.getHead(), rhs_splitted.getHead(),
          /*error=*/nullptr);
      // Lambda which handles the broadcasting of one side to the common
      // leading-batch dimensions.
      auto broadcast_one_side = [&](Value side, RankedTensorType type,
                                    Value tail_shape, Value *out_side) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      optional SecretReference nodeExpandSecretRef = 10;
    }
    
    // Represents a source location of a volume to mount, managed by an external CSI driver
    message CSIVolumeSource {
      // driver is the name of the CSI driver that handles this volume.
      // Consult with your admin for the correct name as registered in the cluster.
      optional string driver = 1;
    
      // readOnly specifies a read-only configuration for the volume.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

            "description": "WebhookClientConfig contains the information to make a TLS connection with the webhook",
            "properties": {
              "caBundle": {
                "description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.",
                "format": "byte",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
Back to top