api

package
v0.0.0-...-1b9946f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2024 License: Apache-2.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type YouTube

type YouTube struct {
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              YouTubeSpec   `json:"spec"`
	Status            YouTubeStatus `json:"status"`
}

YouTube creates a dataset from youtube videos and outputs random individual frames.

type YouTubeSpec

type YouTubeSpec struct {
	api.GadgetSpec
	Cache *api.S3Spec `json:"cache"` // (required) s3 storage for the full length video cache
}

YouTubeSpec the desired state of a youtube dataset gadget. The output database will also contain the unresolved dataset metadata (i.e. youtube video/channel/playlist id) and the resolved metadata (video title, channel name, etc). The resolved metadata is cached and then updated periodically.

type YouTubeStatus

type YouTubeStatus struct {
	api.GadgetStatus
}

YouTubeStatus the observed state of a youtube gadget.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL