Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Kustomize (0.12 sec)

  1. CHANGELOG/CHANGELOG-1.32.md

    - Upgraded the functionality of `kubectl kustomize` as described at
      https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.4.2
      and https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.5.0. ([#127965](https://github.com/kubernetes/kubernetes/pull/127965), [@koba1t](https://github.com/koba1t))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.34.md

    - k8s.io/system-validators: v1.9.1 → v1.10.1
    - k8s.io/utils: 3ea5e8c → 4c0f3b2
    - sigs.k8s.io/json: 9aa6b5e → cfa47c3
    - sigs.k8s.io/kustomize/api: v0.19.0 → v0.20.1
    - sigs.k8s.io/kustomize/cmd/config: v0.19.0 → v0.20.1
    - sigs.k8s.io/kustomize/kustomize/v5: v5.6.0 → v5.7.1
    - sigs.k8s.io/kustomize/kyaml: v0.19.0 → v0.20.1
    - sigs.k8s.io/yaml: v1.4.0 → v1.6.0
    
    ### Removed
    - cloud.google.com/go/accessapproval: v1.7.4
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.33.md

    - k8s.io/kube-openapi: 32ad38e → c8a335a
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.2
    - sigs.k8s.io/kustomize/api: v0.18.0 → v0.19.0
    - sigs.k8s.io/kustomize/cmd/config: v0.15.0 → v0.19.0
    - sigs.k8s.io/kustomize/kustomize/v5: v5.5.0 → v5.6.0
    - sigs.k8s.io/kustomize/kyaml: v0.18.1 → v0.19.0
    - sigs.k8s.io/structured-merge-diff/v4: v4.4.2 → v4.6.0
    
    ### Removed
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.31.md

    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.29.0 → v0.30.3
    - sigs.k8s.io/knftables: v0.0.14 → v0.0.17
    - sigs.k8s.io/kustomize/api: 6ce0bf3 → v0.17.2
    - sigs.k8s.io/kustomize/cmd/config: v0.11.2 → v0.14.1
    - sigs.k8s.io/kustomize/kustomize/v5: 6ce0bf3 → v5.4.2
    - sigs.k8s.io/kustomize/kyaml: 6ce0bf3 → v0.17.1
    - sigs.k8s.io/yaml: v1.3.0 → v1.4.0
    
    ### Removed
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/mylasta/creator/PagerCreatorTest.java

            ComponentCustomizer customizer = new ComponentCustomizer() {
                @Override
                public void customize(org.lastaflute.di.core.ComponentDef componentDef) {
                    // Mock implementation
                }
            };
            pagerCreator.setPagerCustomizer(customizer);
            assertSame(customizer, pagerCreator.getPagerCustomizer());
    
            // Set null customizer
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13.6K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/validation/CustomSizeTest.java

            final CustomSize annotation = field.getAnnotation(CustomSize.class);
    
            assertEquals("Annotation type should be CustomSize", CustomSize.class, annotation.annotationType());
        }
    
        // Test all annotation methods exist
        public void test_annotationMethods() {
            try {
                final Method messageMethod = CustomSize.class.getMethod("message");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.2K bytes
    - Viewed (0)
  7. schema/schema_test.go

    func (CustomizeTable) TableName() string {
    	return "customize"
    }
    
    func TestCustomizeTableName(t *testing.T) {
    	customize, err := schema.Parse(&CustomizeTable{}, &sync.Map{}, schema.NamingStrategy{})
    	if err != nil {
    		t.Fatalf("failed to parse pointer user, got error %v", err)
    	}
    
    	if customize.Table != "customize" {
    		t.Errorf("Failed to customize table with TableName method")
    	}
    }
    
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Aug 28 02:57:17 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/validation/CustomSizeValidatorTest.java

                assertTrue("NPE is acceptable for null context in this implementation", true);
            }
        }
    
        private CustomSize createBasicAnnotation() {
            return new CustomSize() {
                @Override
                public Class<? extends Annotation> annotationType() {
                    return CustomSize.class;
                }
    
                @Override
                public String message() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  9. docs/en/docs/how-to/general.md

    ## OpenAPI Custom URL { #openapi-custom-url }
    
    To customize the OpenAPI URL (or remove it), read the docs for [Tutorial - Metadata and Docs URLs](../tutorial/metadata.md#openapi-url){.internal-link target=_blank}.
    
    ## OpenAPI Docs URLs { #openapi-docs-urls }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/metadata.md

    # Metadata and Docs URLs { #metadata-and-docs-urls }
    
    You can customize several metadata configurations in your **FastAPI** application.
    
    ## Metadata for API { #metadata-for-api }
    
    You can set the following fields that are used in the OpenAPI specification and the automatic API docs UIs:
    
    | Parameter | Type | Description |
    |------------|------|-------------|
    | `title` | `str` | The title of the API. |
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 5.9K bytes
    - Viewed (0)
Back to top