Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 133 for Cloud (0.04 sec)

  1. Dockerfile.release.fips

          release="${RELEASE}" \
          summary="MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service." \
          description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 30 09:41:56 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/types/nodename.go

    package types
    
    // NodeName is a type that holds a api.Node's Name identifier.
    // Being a type captures intent and helps make sure that the node name
    // is not confused with similar concepts (the hostname, the cloud provider id,
    // the cloud provider name etc)
    //
    // To clarify the various types:
    //
    //   - Node.Name is the Name field of the Node in the API.  This should be stored in a NodeName.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 2K bytes
    - Viewed (0)
  3. pkg/controller/apis/config/v1alpha1/doc.go

    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/apis/config
    // +k8s:conversion-gen=k8s.io/component-base/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/cloud-provider/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/cloud-provider/controllers/service/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/controller-manager/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/certificates/signer/config/v1alpha1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 14 15:00:18 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  4. hack/ginkgo-e2e.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This script runs e2e tests on Google Cloud Platform.
    # Usage: `hack/ginkgo-e2e.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/cluster/common.sh"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. cluster/addons/rbac/cluster-loadbalancing/glbc/roles.yaml

      resources: ["ingresses"]
      verbs: ["update"]
    - apiGroups: ["extensions", "networking.k8s.io"]
      resources: ["ingresses/status"]
      verbs: ["update", "patch"]
    # GLBC ensures that the `cloud.google.com/backendconfigs` and `networking.gke.io/servicenetworkendpointgroups` CRD exists in a desired state:
    # https://github.com/kubernetes/ingress-gce/blob/5c3fcb5845e74b92ea8bd52929b15fc5c9fa7970/cmd/glbc/main.go#L108
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 15 13:39:59 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  6. docs/kms/README.md

    | [Gemalto KeySecure /Thales CipherTrust](https://github.com/minio/kes/wiki/Gemalto-KeySecure) | Local KMS. MinIO and KMS On-Premises.                             |
    | [Google Cloud Platform SecretManager](https://github.com/minio/kes/wiki/GCP-SecretManager)   | Cloud KMS. MinIO in combination with a managed KMS installation   |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  7. cluster/gce/OWNERS

      - mwielgus
      - yujuhong
      - mtaufen
      - ibabou
      - sig-scalability-approvers
    emeritus_approvers:
      - gmarek
      - jingax10
      - jszczepkowski
      - vishh
      - MaciekPytel
    labels:
      - sig/cloud-provider
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 13 18:24:20 UTC 2022
    - 418 bytes
    - Viewed (0)
  8. pkg/controller/apis/config/types.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package config
    
    import (
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	cpconfig "k8s.io/cloud-provider/config"
    	serviceconfig "k8s.io/cloud-provider/controllers/service/config"
    	cmconfig "k8s.io/controller-manager/config"
    	csrsigningconfig "k8s.io/kubernetes/pkg/controller/certificates/signer/config"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  9. cluster/gce/windows/README-GCE-Windows-kube-up.md

    # References: https://cloud.google.com/sdk/docs/authorizing#authorizing_with_a_service_account
    #             https://cloud.google.com/sdk/gcloud/reference/auth/application-default/
    #    1. $HOME/.config/gcloud/application_default_credentials.json, if doesn't exist, run this command:
    gcloud auth application-default login
    # Or 2. Create a json format credential file as per http://cloud/docs/authentication/production,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 21:39:56 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  10. Dockerfile.hotfix

          release="${RELEASE}" \
          summary="MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service." \
          description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 30 09:41:56 UTC 2024
    - 2.8K bytes
    - Viewed (1)
Back to top