Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,120 for Managed (0.14 sec)

  1. pilot/pkg/config/kube/gateway/testdata/deployment/waypoint.yaml

    kind: Gateway
    metadata:
      annotations:
        gateway.istio.io/controller-version: "5"
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      annotations: {}
      labels:
        gateway.istio.io/managed: istio.io-mesh-controller
        gateway.networking.k8s.io/gateway-name: namespace
        istio.io/gateway-name: namespace
        topology.istio.io/network: network-1
      name: namespace
      namespace: default
      ownerReferences:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/ManagedNodeBackedModelMapTest.groovy

        def "can put existing unmanaged instance"() {
            when:
            mutate {
                put("foo", "bar")
            }
    
            then:
            registry.realize("map.foo", String) == "bar"
        }
    
        @Managed
        abstract static class Invalid<T> implements SpecialNamedThingInterface {}
    
        def "cannot create invalid subtype"() {
            when:
            mutate {
                create("foo", Invalid)
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentBinariesIntegrationTest.groovy

    class CustomComponentBinariesIntegrationTest extends AbstractIntegrationSpec {
    
        def "setup"() {
            buildFile << """
        @Managed interface SampleLibrary extends GeneralComponentSpec {}
        @Managed interface SampleBinary extends BinarySpec {}
        @Managed interface OtherSampleBinary extends SampleBinary {}
        @Managed interface LibrarySourceSet extends LanguageSourceSet {}
    
        class MyBinaryDeclarationModel implements Plugin<Project> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/ManagedModelMapTypesTest.groovy

    import org.gradle.model.internal.manage.schema.ModelMapSchema
    import org.gradle.model.internal.manage.schema.extract.InvalidManagedModelElementTypeException
    import org.gradle.model.internal.type.ModelType
    import org.gradle.model.internal.type.ModelTypes
    
    class ManagedModelMapTypesTest extends ProjectRegistrySpec {
    
        @Managed
        abstract static class ManagedThing {}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. samples/addons/prometheus.yaml

        app.kubernetes.io/component: server
        app.kubernetes.io/name: prometheus
        app.kubernetes.io/instance: prometheus
        app.kubernetes.io/version: v2.52.0
        helm.sh/chart: prometheus-25.21.0
        app.kubernetes.io/managed-by: Helm
        app.kubernetes.io/part-of: prometheus
      name: prometheus
      namespace: istio-system
      annotations:
        {}
    ---
    # Source: prometheus/templates/cm.yaml
    apiVersion: v1
    kind: ConfigMap
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/typeregistration/BaseInstanceFactory.java

                }
    
                if (managedPublicType && !isManaged(internalView)) {
                    throw new IllegalArgumentException(String.format("Internal view '%s' registered for managed type '%s' must be managed", internalView, publicType));
                }
                internalViewRegistrations.add(new InternalViewRegistration<V>(source, internalView));
            }
    
            public void validate() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/projection/ListModelProjectionTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.model.internal.manage.projection
    import org.gradle.model.Managed
    
    class ListModelProjectionTest extends AbstractCollectionModelProjectionTest<String, List<String>> {
    
        @Managed
        static interface Internal {
            List<String> getItems()
        }
    
        @Override
        Class<?> holderType() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/certs/renewal/readwriter.go

    	// Write (update) a certificate stored/embedded in a file
    	Write(*x509.Certificate, crypto.Signer) error
    }
    
    // pkiCertificateReadWriter defines a certificateReadWriter for certificate files
    // in the K8s pki managed by kubeadm
    type pkiCertificateReadWriter struct {
    	baseName       string
    	certificateDir string
    }
    
    // newPKICertificateReadWriter return a new pkiCertificateReadWriter
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 01 03:09:53 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/LanguageTypeIntegrationTest.groovy

    @UnsupportedWithConfigurationCache(because = "software model")
    class LanguageTypeIntegrationTest extends AbstractIntegrationSpec {
    
        def setup() {
            buildFile << """
            @Managed interface CustomLanguageSourceSet extends LanguageSourceSet {}
    
            class CustomLanguagePlugin extends RuleSource {
                @ComponentType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  10. internal/config/crypto.go

    	"github.com/minio/minio/internal/fips"
    	"github.com/minio/minio/internal/kms"
    	"github.com/secure-io/sio-go"
    	"github.com/secure-io/sio-go/sioutil"
    )
    
    // EncryptBytes encrypts the plaintext with a key managed by KMS.
    // The context is bound to the returned ciphertext.
    //
    // The same context must be provided when decrypting the
    // ciphertext.
    func EncryptBytes(k *kms.KMS, plaintext []byte, context kms.Context) ([]byte, error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 07 23:55:37 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top