Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for previewing (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    With the above benefits, it is really easy to account for new dependencies or dependency versions by simply generating the file again and reviewing the changes.
    
    [[sec:verification-dry-mode]]
    === Using dry mode
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	return map_StatusDetails
    }
    
    var map_Table = map[string]string{
    	"":                  "Table is a tabular representation of a set of API resources. The server transforms the object into a set of preferred columns for quickly reviewing the objects.",
    	"metadata":          "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    //   once introduced they would be able to gracefully switch over to using it.
    
    // Table is a tabular representation of a set of API resources. The server transforms the
    // object into a set of preferred columns for quickly reviewing the objects.
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +protobuf=false
    type Table struct {
    	TypeMeta `json:",inline"`
    	// Standard list metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
Back to top