Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for DETAILS (0.4 sec)

  1. api/openapi-spec/v3/api__v1_openapi.json

                  }
                ],
                "description": "Details about a running container"
              },
              "terminated": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ContainerStateTerminated"
                  }
                ],
                "description": "Details about a terminated container"
              },
              "waiting": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Information about the requesting user. See user.Info interface for details.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"uid": {
    						SchemaProps: spec.SchemaProps{
    							Description: "UID information about the requesting user. See user.Info interface for details.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      { auto _e = details_type(); _o->details.type = _e; }
      { auto _e = details(); if (_e) _o->details.value = tflite::QuantizationDetailsUnion::UnPack(_e, details_type(), _resolver); }
      { auto _e = quantized_dimension(); _o->quantized_dimension = _e; }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

            "running": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateRunning",
              "description": "Details about a running container"
            },
            "terminated": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateTerminated",
              "description": "Details about a terminated container"
            },
            "waiting": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. CREDITS

        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Affero General Public License for more details.
    
        You should have received a copy of the GNU Affero General Public License
        along with this program.  If not, see <https://www.gnu.org/licenses/>.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top