Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for SinceSeconds (0.77 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      // Only one of sinceSeconds or sinceTime may be specified.
      // +optional
      optional int64 sinceSeconds = 4;
    
      // An RFC3339 timestamp from which to show logs. If this value
      // precedes the time a pod was started, only logs since the pod start will be returned.
      // If this value is in the future, no logs will be returned.
      // Only one of sinceSeconds or sinceTime may be specified.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		{core.PodLogOptions{LimitBytes: &negative}, 1},
    		{core.PodLogOptions{LimitBytes: &positive}, 0},
    		{core.PodLogOptions{SinceSeconds: &negative}, 1},
    		{core.PodLogOptions{SinceSeconds: &positive}, 0},
    		{core.PodLogOptions{SinceSeconds: &zero}, 1},
    		{core.PodLogOptions{SinceTime: &now}, 0},
    	}
    	for i, test := range tests {
    		errs := ValidatePodLogOptions(&test.opt)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.pb.go

    			if err != nil {
    				return 0, err
    			}
    			i -= size
    			i = encodeVarintGenerated(dAtA, i, uint64(size))
    		}
    		i--
    		dAtA[i] = 0x2a
    	}
    	if m.SinceSeconds != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.SinceSeconds))
    		i--
    		dAtA[i] = 0x20
    	}
    	i--
    	if m.Previous {
    		dAtA[i] = 1
    	} else {
    		dAtA[i] = 0
    	}
    	i--
    	dAtA[i] = 0x18
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "type": "boolean",
          "uniqueItems": true
        },
        "sinceSeconds-VvtSz7FW": {
          "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
          "in": "query",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

          "type": "boolean",
          "uniqueItems": true
        },
        "sinceSeconds-vE2NLdnP": {
          "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
          "in": "query",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. api/openapi-spec/v3/api__v1_openapi.json

              "in": "query",
              "name": "sinceSeconds",
              "schema": {
                "type": "integer",
                "uniqueItems": true
              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    						},
    					},
    					"sinceSeconds": {
    						SchemaProps: spec.SchemaProps{
    							Description: "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "in": "query",
              "name": "sinceSeconds",
              "type": "integer",
              "uniqueItems": true
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top